#BBB36A

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

Shades of Dark Khaki #BBB36A

Tints of Dark Khaki #BBB36A

Color information

#BBB36A (or 0xBBB36A) is unknown color: approx Dark Khaki. HEX triplet: BB, B3 and 6A. RGB value is (187,179,106). Sum of RGB (Red+Green+Blue) = 187+179+106=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB36A is #444C95. Grayscale: #ADADAD. Windows color (decimal): -4476054 or 6992827. OLE color: 6992827.

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

Color convert

RGB187179106-
CMYK00.040.430.27
HSL54.07º37.33%57.45%-
HSV(B)54.07º43.32%73.33%-
XYZ39.2243.8520.03-
YUV173.0790.15137.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 179 (70.31% from 255) = 37.92%
BLUE value IS 106 (41.80% from 255) = 22.46%
R=39.62%
G=37.92%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717910600.040.430.2754.0737.3357.45
HexBBB36A042B1B362539
Octal273263152045333664571
Binary10111011101100111101010010010101111011110110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB36A; }

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

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

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

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

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

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

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

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