#BFB372

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

Shades of Dark Khaki #BFB372

Tints of Dark Khaki #BFB372

Color information

#BFB372 (or 0xBFB372) is unknown color: approx Dark Khaki. HEX triplet: BF, B3 and 72. RGB value is (191,179,114). Sum of RGB (Red+Green+Blue) = 191+179+114=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB372 is #404C8D. Grayscale: #AFAFAF. Windows color (decimal): -4213902 or 7517119. OLE color: 7517119.

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

Color convert

RGB191179114-
CMYK00.060.400.25
HSL50.65º37.56%59.8%-
HSV(B)50.65º40.31%74.9%-
XYZ40.6444.5322.37-
YUV175.1893.48139.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 114 (44.92% from 255) = 23.55%
R=39.46%
G=36.98%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117911400.060.400.2550.6537.5659.8
HexBFB37206281933263c
Octal277263162065031634674
Binary10111111101100111110010011010100011001110011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB372; }

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

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

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

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

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

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

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

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