#BFB272

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

Shades of Dark Khaki #BFB272

Tints of Dark Khaki #BFB272

Color information

#BFB272 (or 0xBFB272) is unknown color: approx Dark Khaki. HEX triplet: BF, B2 and 72. RGB value is (191,178,114). Sum of RGB (Red+Green+Blue) = 191+178+114=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB272 is #404D8D. Grayscale: #AEAEAE. Windows color (decimal): -4214158 or 7516863. OLE color: 7516863.

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

Color convert

RGB191178114-
CMYK00.070.400.25
HSL49.87º37.56%59.8%-
HSV(B)49.87º40.31%74.9%-
XYZ40.4444.1322.31-
YUV174.5993.81139.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 178 (69.92% from 255) = 36.85%
BLUE value IS 114 (44.92% from 255) = 23.60%
R=39.54%
G=36.85%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117811400.070.400.2549.8737.5659.8
HexBFB27207281932263c
Octal277262162075031624674
Binary10111111101100101110010011110100011001110010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB272; }

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

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

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

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

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

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

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

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