#BFB973

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

Shades of Dark Khaki #BFB973

Tints of Dark Khaki #BFB973

Color information

#BFB973 (or 0xBFB973) is unknown color: approx Dark Khaki. HEX triplet: BF, B9 and 73. RGB value is (191,185,115). Sum of RGB (Red+Green+Blue) = 191+185+115=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB973 is #40468C. Grayscale: #B3B3B3. Windows color (decimal): -4212365 or 7584191. OLE color: 7584191.

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

Color convert

RGB191185115-
CMYK00.030.400.25
HSL55.26º37.25%60%-
HSV(B)55.26º39.79%74.9%-
XYZ41.9347.0123.08-
YUV178.8191.99136.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.90%
GREEN value IS 185 (72.66% from 255) = 37.68%
BLUE value IS 115 (45.31% from 255) = 23.42%
R=38.90%
G=37.68%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118511500.030.400.2555.2637.2560
HexBFB97303281937253c
Octal277271163035031674574
Binary1011111110111001111001101110100011001110111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB973; }

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

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

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

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

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

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

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

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