#BFBB72

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

Shades of Dark Khaki #BFBB72

Tints of Dark Khaki #BFBB72

Color information

#BFBB72 (or 0xBFBB72) is unknown color: approx Dark Khaki. HEX triplet: BF, BB and 72. RGB value is (191,187,114). Sum of RGB (Red+Green+Blue) = 191+187+114=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB72 is #40448D. Grayscale: #B4B4B4. Windows color (decimal): -4211854 or 7519167. OLE color: 7519167.

HSL color Cylindrical-coordinate representation of color #BFBB72: hue angle of 56.88º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFBB72 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB191187114-
CMYK00.020.400.25
HSL56.88º37.56%59.8%-
HSV(B)56.88º40.31%74.9%-
XYZ42.2947.8322.92-
YUV179.8790.83135.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 187 (73.44% from 255) = 38.01%
BLUE value IS 114 (44.92% from 255) = 23.17%
R=38.82%
G=38.01%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118711400.020.400.2556.8837.5659.8
HexBFBB7202281939263c
Octal277273162025031714674
Binary1011111110111011111001001010100011001111001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBB72; }

 p { color: rgb(191,187,114); }

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

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

 a { background-color: rgb(191,187,114); }

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

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

 span { border-color: rgb(191,187,114); }

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