#BFB168

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

Shades of Dark Khaki #BFB168

Tints of Dark Khaki #BFB168

Color information

#BFB168 (or 0xBFB168) is unknown color: approx Dark Khaki. HEX triplet: BF, B1 and 68. RGB value is (191,177,104). Sum of RGB (Red+Green+Blue) = 191+177+104=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB168 is #404E97. Grayscale: #ADADAD. Windows color (decimal): -4214424 or 6861247. OLE color: 6861247.

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

Color convert

RGB191177104-
CMYK00.070.460.25
HSL50.34º40.47%57.84%-
HSV(B)50.34º45.55%74.9%-
XYZ39.7143.5219.4-
YUV172.8689.14140.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.47%
GREEN value IS 177 (69.53% from 255) = 37.5%
BLUE value IS 104 (41.02% from 255) = 22.03%
R=40.47%
G=37.5%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117710400.070.460.2550.3440.4757.84
HexBFB168072E1932283a
Octal277261150075631625072
Binary10111111101100011101000011110111011001110010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB168; }

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

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

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

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

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

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

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

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