#BBA85C

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

Shades of Gimblet #BBA85C

Tints of Gimblet #BBA85C

Color information

#BBA85C (or 0xBBA85C) is unknown color: approx Gimblet. HEX triplet: BB, A8 and 5C. RGB value is (187,168,92). Sum of RGB (Red+Green+Blue) = 187+168+92=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA85C is #4457A3. Grayscale: #A5A5A5. Windows color (decimal): -4478884 or 6072507. OLE color: 6072507.

HSL color Cylindrical-coordinate representation of color #BBA85C: hue angle of 48º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBA85C is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18716892-
CMYK00.100.510.27
HSL48º41.13%54.71%-
HSV(B)48º50.8%73.33%-
XYZ36.4339.3415.8-
YUV165.0286.79143.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.83%
GREEN value IS 168 (66.02% from 255) = 37.58%
BLUE value IS 92 (36.33% from 255) = 20.58%
R=41.83%
G=37.58%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871689200.100.510.274841.1354.71
HexBBA85C0A331B302937
Octal2732501340126333605167
Binary101110111010100010111000101011001111011110000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA85C; }

 p { color: rgb(187,168,92); }

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

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

 a { background-color: rgb(187,168,92); }

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

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

 span { border-color: rgb(187,168,92); }

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