#BFB772

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

Shades of Dark Khaki #BFB772

Tints of Dark Khaki #BFB772

Color information

#BFB772 (or 0xBFB772) is unknown color: approx Dark Khaki. HEX triplet: BF, B7 and 72. RGB value is (191,183,114). Sum of RGB (Red+Green+Blue) = 191+183+114=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB772 is #40488D. Grayscale: #B1B1B1. Windows color (decimal): -4212878 or 7518143. OLE color: 7518143.

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

Color convert

RGB191183114-
CMYK00.040.400.25
HSL53.77º37.56%59.8%-
HSV(B)53.77º40.31%74.9%-
XYZ41.4646.1622.64-
YUV177.5392.15137.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 183 (71.88% from 255) = 37.5%
BLUE value IS 114 (44.92% from 255) = 23.36%
R=39.14%
G=37.5%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118311400.040.400.2553.7737.5659.8
HexBFB77204281936263c
Octal277267162045031664674
Binary10111111101101111110010010010100011001110110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB772; }

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

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

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

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

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

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

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

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