#BBAF6E

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

Shades of Dark Khaki #BBAF6E

Tints of Dark Khaki #BBAF6E

Color information

#BBAF6E (or 0xBBAF6E) is unknown color: approx Dark Khaki. HEX triplet: BB, AF and 6E. RGB value is (187,175,110). Sum of RGB (Red+Green+Blue) = 187+175+110=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF6E is #445091. Grayscale: #ABABAB. Windows color (decimal): -4477074 or 7253947. OLE color: 7253947.

HSL color Cylindrical-coordinate representation of color #BBAF6E: hue angle of 50.65º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBAF6E is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB187175110-
CMYK00.060.410.27
HSL50.65º36.15%58.24%-
HSV(B)50.65º41.18%73.33%-
XYZ38.6442.3520.89-
YUV171.1893.48139.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 175 (68.75% from 255) = 37.08%
BLUE value IS 110 (43.36% from 255) = 23.31%
R=39.62%
G=37.08%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717511000.060.410.2750.6536.1558.24
HexBBAF6E06291B33243a
Octal273257156065133634472
Binary10111011101011111101110011010100111011110011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAF6E; }

 p { color: rgb(187,175,110); }

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

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

 a { background-color: rgb(187,175,110); }

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

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

 span { border-color: rgb(187,175,110); }

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