#BFB873

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

Shades of Dark Khaki #BFB873

Tints of Dark Khaki #BFB873

Color information

#BFB873 (or 0xBFB873) is unknown color: approx Dark Khaki. HEX triplet: BF, B8 and 73. RGB value is (191,184,115). Sum of RGB (Red+Green+Blue) = 191+184+115=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB873 is #40478C. Grayscale: #B2B2B2. Windows color (decimal): -4212621 or 7583935. OLE color: 7583935.

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

Color convert

RGB191184115-
CMYK00.040.400.25
HSL54.47º37.25%60%-
HSV(B)54.47º39.79%74.9%-
XYZ41.7246.623.01-
YUV178.2392.32137.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.98%
GREEN value IS 184 (72.27% from 255) = 37.55%
BLUE value IS 115 (45.31% from 255) = 23.47%
R=38.98%
G=37.55%
B=23.47%

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
Decimal19118411500.040.400.2554.4737.2560
HexBFB87304281936253c
Octal277270163045031664574
Binary10111111101110001110011010010100011001110110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB873; }

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

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

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

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

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

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

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

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