#BFBB73

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

Shades of Dark Khaki #BFBB73

Tints of Dark Khaki #BFBB73

Color information

#BFBB73 (or 0xBFBB73) is unknown color: approx Dark Khaki. HEX triplet: BF, BB and 73. RGB value is (191,187,115). Sum of RGB (Red+Green+Blue) = 191+187+115=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB73 is #40448C. Grayscale: #B4B4B4. Windows color (decimal): -4211853 or 7584703. OLE color: 7584703.

HSL color Cylindrical-coordinate representation of color #BFBB73: hue angle of 56.84º degrees, saturation: 0.37, 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 #BFBB73 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB191187115-
CMYK00.020.400.25
HSL56.84º37.25%60%-
HSV(B)56.84º39.79%74.9%-
XYZ42.3547.8523.22-
YUV179.9991.33135.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.74%
GREEN value IS 187 (73.44% from 255) = 37.93%
BLUE value IS 115 (45.31% from 255) = 23.33%
R=38.74%
G=37.93%
B=23.33%

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
Decimal19118711500.020.400.2556.8437.2560
HexBFBB7302281939253c
Octal277273163025031714574
Binary1011111110111011111001101010100011001111001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBB73; }

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

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

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

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

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

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

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

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