#BFB565

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

Shades of Dark Khaki #BFB565

Tints of Dark Khaki #BFB565

Color information

#BFB565 (or 0xBFB565) is unknown color: approx Dark Khaki. HEX triplet: BF, B5 and 65. RGB value is (191,181,101). Sum of RGB (Red+Green+Blue) = 191+181+101=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB565 is #404A9A. Grayscale: #AFAFAF. Windows color (decimal): -4213403 or 6665663. OLE color: 6665663.

HSL color Cylindrical-coordinate representation of color #BFB565: hue angle of 53.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFB565 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB191181101-
CMYK00.050.470.25
HSL53.33º41.28%57.25%-
HSV(B)53.33º47.12%74.9%-
XYZ40.3645.0618.88-
YUV174.8786.31139.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.38%
GREEN value IS 181 (71.09% from 255) = 38.27%
BLUE value IS 101 (39.84% from 255) = 21.35%
R=40.38%
G=38.27%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118110100.050.470.2553.3341.2857.25
HexBFB565052F19352939
Octal277265145055731655171
Binary10111111101101011100101010110111111001110101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB565; }

 p { color: rgb(191,181,101); }

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

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

 a { background-color: rgb(191,181,101); }

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

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

 span { border-color: rgb(191,181,101); }

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