#BFB665

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

Shades of Dark Khaki #BFB665

Tints of Dark Khaki #BFB665

Color information

#BFB665 (or 0xBFB665) is unknown color: approx Dark Khaki. HEX triplet: BF, B6 and 65. RGB value is (191,182,101). Sum of RGB (Red+Green+Blue) = 191+182+101=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB665 is #40499A. Grayscale: #AFAFAF. Windows color (decimal): -4213147 or 6665919. OLE color: 6665919.

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

Color convert

RGB191182101-
CMYK00.050.470.25
HSL54º41.28%57.25%-
HSV(B)54º47.12%74.9%-
XYZ40.5645.4718.95-
YUV175.4685.98139.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.30%
GREEN value IS 182 (71.48% from 255) = 38.40%
BLUE value IS 101 (39.84% from 255) = 21.31%
R=40.30%
G=38.40%
B=21.31%

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
Decimal19118210100.050.470.255441.2857.25
HexBFB665052F19362939
Octal277266145055731665171
Binary10111111101101101100101010110111111001110110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB665; }

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

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

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

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

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

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

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

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