#BFB568

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

Shades of Dark Khaki #BFB568

Tints of Dark Khaki #BFB568

Color information

#BFB568 (or 0xBFB568) is unknown color: approx Dark Khaki. HEX triplet: BF, B5 and 68. RGB value is (191,181,104). Sum of RGB (Red+Green+Blue) = 191+181+104=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB568 is #404A97. Grayscale: #AFAFAF. Windows color (decimal): -4213400 or 6862271. OLE color: 6862271.

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

Color convert

RGB191181104-
CMYK00.050.460.25
HSL53.1º40.47%57.84%-
HSV(B)53.1º45.55%74.9%-
XYZ40.5145.1219.67-
YUV175.2187.81139.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.13%
GREEN value IS 181 (71.09% from 255) = 38.03%
BLUE value IS 104 (41.02% from 255) = 21.85%
R=40.13%
G=38.03%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118110400.050.460.2553.140.4757.84
HexBFB568052E1935283a
Octal277265150055631655072
Binary10111111101101011101000010110111011001110101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB568; }

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

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

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

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

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

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

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

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