#BFBE72

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

Shades of Dark Khaki #BFBE72

Tints of Dark Khaki #BFBE72

Color information

#BFBE72 (or 0xBFBE72) is unknown color: approx Dark Khaki. HEX triplet: BF, BE and 72. RGB value is (191,190,114). Sum of RGB (Red+Green+Blue) = 191+190+114=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBE72 is #40418D. Grayscale: #B5B5B5. Windows color (decimal): -4211086 or 7519935. OLE color: 7519935.

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

Color convert

RGB191190114-
CMYK00.010.400.25
HSL59.22º37.56%59.8%-
HSV(B)59.22º40.31%74.9%-
XYZ42.9449.1223.14-
YUV181.6489.83134.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 190 (74.61% from 255) = 38.38%
BLUE value IS 114 (44.92% from 255) = 23.03%
R=38.59%
G=38.38%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119011400.010.400.2559.2237.5659.8
HexBFBE720128193b263c
Octal277276162015031734674
Binary101111111011111011100100110100011001111011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE72; }

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

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

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

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

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

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

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

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