#BBAB6A

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

Shades of Gimblet #BBAB6A

Tints of Gimblet #BBAB6A

Color information

#BBAB6A (or 0xBBAB6A) is unknown color: approx Gimblet. HEX triplet: BB, AB and 6A. RGB value is (187,171,106). Sum of RGB (Red+Green+Blue) = 187+171+106=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB6A is #445495. Grayscale: #A8A8A8. Windows color (decimal): -4478102 or 6990779. OLE color: 6990779.

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

Color convert

RGB187171106-
CMYK00.090.430.27
HSL48.15º37.33%57.45%-
HSV(B)48.15º43.32%73.33%-
XYZ37.6640.7319.51-
YUV168.3792.8141.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 171 (67.19% from 255) = 36.85%
BLUE value IS 106 (41.80% from 255) = 22.84%
R=40.30%
G=36.85%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717110600.090.430.2748.1537.3357.45
HexBBAB6A092B1B302539
Octal2732531520115333604571
Binary101110111010101111010100100110101111011110000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB6A; }

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

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

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

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

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

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

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

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