#BFBA73

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

Shades of Dark Khaki #BFBA73

Tints of Dark Khaki #BFBA73

Color information

#BFBA73 (or 0xBFBA73) is unknown color: approx Dark Khaki. HEX triplet: BF, BA and 73. RGB value is (191,186,115). Sum of RGB (Red+Green+Blue) = 191+186+115=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA73 is #40458C. Grayscale: #B3B3B3. Windows color (decimal): -4212109 or 7584447. OLE color: 7584447.

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

Color convert

RGB191186115-
CMYK00.030.400.25
HSL56.05º37.25%60%-
HSV(B)56.05º39.79%74.9%-
XYZ42.1447.4323.15-
YUV179.491.66136.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 186 (73.05% from 255) = 37.80%
BLUE value IS 115 (45.31% from 255) = 23.37%
R=38.82%
G=37.80%
B=23.37%

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
Decimal19118611500.030.400.2556.0537.2560
HexBFBA7303281938253c
Octal277272163035031704574
Binary1011111110111010111001101110100011001111000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA73; }

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

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

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

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

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

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

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

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