#BFB574

Color #BFB574 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BFB574

Tints of Dark Khaki #BFB574

Color information

#BFB574 (or 0xBFB574) is unknown color: approx Dark Khaki. HEX triplet: BF, B5 and 74. RGB value is (191,181,116). Sum of RGB (Red+Green+Blue) = 191+181+116=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB574 is #404A8B. Grayscale: #B0B0B0. Windows color (decimal): -4213388 or 7648703. OLE color: 7648703.

HSL color Cylindrical-coordinate representation of color #BFB574: hue angle of 52º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFB574 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB191181116-
CMYK00.050.390.25
HSL52º36.95%60.2%-
HSV(B)52º39.27%74.9%-
XYZ41.1645.3923.11-
YUV176.5893.81138.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 181 (71.09% from 255) = 37.09%
BLUE value IS 116 (45.70% from 255) = 23.77%
R=39.14%
G=37.09%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118111600.050.390.255236.9560.2
HexBFB57405271934253c
Octal277265164054731644574
Binary10111111101101011110100010110011111001110100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB574; }

 p { color: rgb(191,181,116); }

 H1.HeaderClassName
 {
   color: #BFB574;
 }
 .AnyTagClassName
 {
   color: #BFB574;
 }
</style>
background-color css

<style>
 a { background-color: #BFB574; }

 a { background-color: rgb(191,181,116); }

 div.DivClassName
 {
   background-color: #BFB574;
 }
 .BgClassName
 {
   background-color: #BFB574;
 }
</style>
border-color css

<style>
 span { border-color: #BFB574; }

 span { border-color: rgb(191,181,116); }

 td.TdClassName
 {
   border-color: #BFB574;
 }
 .TagClassName
 {
   border-color: #BFB574;
 }
</style>