COLOR #BFB258

HEX: #BFB258
RGB: (191,178,88)

Color info

#BFB258 contains mainly red and green colors. Web safe color of #BFB258 is #CC9966 (or #C96).

RGB color model

#BFB258 color RGB value is (191,178,88).

  • red value is 191;
  • green value is 178;
  • blue value is 88.
RGB:
(191,178,88)
(75%,70%,35%)

RGB channels and saturation

R 191 of 255 = 75%
G 178 of 255 = 70%
B 88 of 255 = 35%

191
178
88

R + G + B ~ 60%. #BFB258 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
191 + 178 + 88 = 457 (100%)
R 191 of 457 ~ 41.79%
G 178 of 457 ~ 38.95%
B 88 of 457 ~ 19.26%

%41.79
%38.95
%19.26

CMYK color model

#BFB258 color CMYK value is (0,7,54,25).

  • cyan value is 0.00%
  • magenta value is 6.81%
  • yellow value is 53.93%
  • key color value is 25.10%
CMYK:
(0,7,54,25)
C0M7Y54K25 
(0%,7%,54%,25%)
(0.00/0.07/0.54/0.25)	

CMYK percentages

%0
%6.81
%53.93
%25.1

Codes

Color #BFB258 in popluar color models

BFB258
RGB19117888
HSL52°44.59%54.71%
HSB/HSV52°53.93%74.90%
CMYK0.00%6.81%53.93%
25.10%

Color #BFB258 in popluar number systems.

HEXBFB258
Decimal19117888
Binary10111111101100101011000
Octal277262130

Shades and tints

Shades of #BFB258

#BFB258
(191,178,88)
#AEA250
(174,162,80)
#9D9248
(157,146,72)
#8C8240
(140,130,64)
#7B7238
(123,114,56)
#6A6230
(106,98,48)
#595228
(89,82,40)
#484220
(72,66,32)
#373218
(55,50,24)
#262210
(38,34,16)
#151208
(21,18,8)
#000000
(0,0,0)

Tints of #BFB258

#BFB258
(191,178,88)
#C4B967
(196,185,103)
#C9C076
(201,192,118)
#CEC785
(206,199,133)
#D3CE94
(211,206,148)
#D8D5A3
(216,213,163)
#DDDCB2
(221,220,178)
#E2E3C1
(226,227,193)
#E7EAD0
(231,234,208)
#ECF1DF
(236,241,223)
#F1F8EE
(241,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB258 color. Also use rgb(191,178,88) instead hex code.

Text Font Color

.myTextColor { color: #BFB258; }

<p style="color:#BFB258">This sample text font color is #BFB258.</p>

This text font color is #BFB258.


Background Color

.myBgColor { background-color: #BFB258; }

<div style="background-color:#BFB258">Inner text</div>

This div background color is #BFB258.


Border color

.myBorderColor { border: 1px solid #BFB258; }

<div style="border:3px solid #BFB258">Div</div>

This div border color is #BFB258.


Opacity

.myOpacity80 { color: #BFB258; opacity: 0.8; }

<p style="color:#BFB258;opacity:0.8;">80%</p>

Text with #BFB258 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BFB258;}

<p style="text-shadow: 3px 3px 1px #BFB258">Text here.</p>

This text has shadow with #BFB258 color.

.textShadow {text-shadow: 3px 3px 1px #BFB258, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BFB258, 5px 5px 20px red">Text here.</p>

This text has shadow with #BFB258 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BFB258, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BFB258, Direction=45, Strength=4)">Text</p>

This text has shadow with #BFB258 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BFB258;
  -webkit-box-shadow:	1px 1px 3px 2px #BFB258;
  box-shadow:		1px 1px 3px 2px #BFB258;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BFB258;
-webkit-box-shadow: 1px 1px 3px 2px #BFB258;
box-shadow:1px 1px 3px 2px #BFB258;">
Div content here</div>
This div box has shadow with color #BFB258.

Preview

Color preview on black background

This text has color #BFB258 on black background.


Color preview on white background

This text has color #BFB258 on white background.



Black color preview on #BFB258 background

This text has black color on #BFB258 background.


White color preview on #BFB258 background

This text has white color on #BFB258 background.