#BBB36D

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

Shades of Dark Khaki #BBB36D

Tints of Dark Khaki #BBB36D

Color information

#BBB36D (or 0xBBB36D) is unknown color: approx Dark Khaki. HEX triplet: BB, B3 and 6D. RGB value is (187,179,109). Sum of RGB (Red+Green+Blue) = 187+179+109=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB36D is #444C92. Grayscale: #ADADAD. Windows color (decimal): -4476051 or 7189435. OLE color: 7189435.

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

Color convert

RGB187179109-
CMYK00.040.420.27
HSL53.85º36.45%58.04%-
HSV(B)53.85º41.71%73.33%-
XYZ39.3743.9120.87-
YUV173.4191.65137.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.37%
GREEN value IS 179 (70.31% from 255) = 37.68%
BLUE value IS 109 (42.97% from 255) = 22.95%
R=39.37%
G=37.68%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717910900.040.420.2753.8536.4558.04
HexBBB36D042A1B36243a
Octal273263155045233664472
Binary10111011101100111101101010010101011011110110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB36D; }

 p { color: rgb(187,179,109); }

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

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

 a { background-color: rgb(187,179,109); }

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

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

 span { border-color: rgb(187,179,109); }

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