#BBAC70

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

Shades of Gimblet #BBAC70

Tints of Gimblet #BBAC70

Color information

#BBAC70 (or 0xBBAC70) is unknown color: approx Gimblet. HEX triplet: BB, AC and 70. RGB value is (187,172,112). Sum of RGB (Red+Green+Blue) = 187+172+112=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC70 is #44538F. Grayscale: #A9A9A9. Windows color (decimal): -4477840 or 7384251. OLE color: 7384251.

HSL color Cylindrical-coordinate representation of color #BBAC70: hue angle of 48º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBAC70 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB187172112-
CMYK00.080.400.27
HSL48º35.55%58.63%-
HSV(B)48º40.11%73.33%-
XYZ38.1741.2421.28-
YUV169.6495.47140.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.70%
GREEN value IS 172 (67.58% from 255) = 36.52%
BLUE value IS 112 (44.14% from 255) = 23.78%
R=39.70%
G=36.52%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717211200.080.400.274835.5558.63
HexBBAC7008281B30243b
Octal2732541600105033604473
Binary101110111010110011100000100010100011011110000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC70; }

 p { color: rgb(187,172,112); }

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

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

 a { background-color: rgb(187,172,112); }

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

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

 span { border-color: rgb(187,172,112); }

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