#BBB46A

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

Shades of Dark Khaki #BBB46A

Tints of Dark Khaki #BBB46A

Color information

#BBB46A (or 0xBBB46A) is unknown color: approx Dark Khaki. HEX triplet: BB, B4 and 6A. RGB value is (187,180,106). Sum of RGB (Red+Green+Blue) = 187+180+106=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB46A is #444B95. Grayscale: #ADADAD. Windows color (decimal): -4475798 or 6993083. OLE color: 6993083.

HSL color Cylindrical-coordinate representation of color #BBB46A: hue angle of 54.81º 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 #BBB46A is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB187180106-
CMYK00.040.430.27
HSL54.81º37.33%57.45%-
HSV(B)54.81º43.32%73.33%-
XYZ39.4244.2520.1-
YUV173.6689.82137.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.53%
GREEN value IS 180 (70.70% from 255) = 38.05%
BLUE value IS 106 (41.80% from 255) = 22.41%
R=39.53%
G=38.05%
B=22.41%

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
Decimal18718010600.040.430.2754.8137.3357.45
HexBBB46A042B1B372539
Octal273264152045333674571
Binary10111011101101001101010010010101111011110111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB46A; }

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

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

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

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

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

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

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

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