#BFB673

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

Shades of Dark Khaki #BFB673

Tints of Dark Khaki #BFB673

Color information

#BFB673 (or 0xBFB673) is unknown color: approx Dark Khaki. HEX triplet: BF, B6 and 73. RGB value is (191,182,115). Sum of RGB (Red+Green+Blue) = 191+182+115=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB673 is #40498C. Grayscale: #B1B1B1. Windows color (decimal): -4213133 or 7583423. OLE color: 7583423.

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

Color convert

RGB191182115-
CMYK00.050.400.25
HSL52.89º37.25%60%-
HSV(B)52.89º39.79%74.9%-
XYZ41.3145.7722.88-
YUV177.0592.98137.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 182 (71.48% from 255) = 37.30%
BLUE value IS 115 (45.31% from 255) = 23.57%
R=39.14%
G=37.30%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118211500.050.400.2552.8937.2560
HexBFB67305281935253c
Octal277266163055031654574
Binary10111111101101101110011010110100011001110101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB673; }

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

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

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

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

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

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

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

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