#BBA770

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

Shades of Gimblet #BBA770

Tints of Gimblet #BBA770

Color information

#BBA770 (or 0xBBA770) is unknown color: approx Gimblet. HEX triplet: BB, A7 and 70. RGB value is (187,167,112). Sum of RGB (Red+Green+Blue) = 187+167+112=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA770 is #44588F. Grayscale: #A6A6A6. Windows color (decimal): -4479120 or 7382971. OLE color: 7382971.

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

Color convert

RGB187167112-
CMYK00.110.400.27
HSL44º35.55%58.63%-
HSV(B)44º40.11%73.33%-
XYZ37.2439.3720.97-
YUV166.7197.13142.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.13%
GREEN value IS 167 (65.62% from 255) = 35.84%
BLUE value IS 112 (44.14% from 255) = 24.03%
R=40.13%
G=35.84%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716711200.110.400.274435.5558.63
HexBBA7700B281B2c243b
Octal2732471600135033544473
Binary101110111010011111100000101110100011011101100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA770; }

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

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

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

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

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

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

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

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