#BBA95C

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

Shades of Gimblet #BBA95C

Tints of Gimblet #BBA95C

Color information

#BBA95C (or 0xBBA95C) is unknown color: approx Gimblet. HEX triplet: BB, A9 and 5C. RGB value is (187,169,92). Sum of RGB (Red+Green+Blue) = 187+169+92=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA95C is #4456A3. Grayscale: #A5A5A5. Windows color (decimal): -4478628 or 6072763. OLE color: 6072763.

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

Color convert

RGB18716992-
CMYK00.100.510.27
HSL48.63º41.13%54.71%-
HSV(B)48.63º50.8%73.33%-
XYZ36.6139.7115.86-
YUV165.686.46143.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.74%
GREEN value IS 169 (66.41% from 255) = 37.72%
BLUE value IS 92 (36.33% from 255) = 20.54%
R=41.74%
G=37.72%
B=20.54%

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
Decimal1871699200.100.510.2748.6341.1354.71
HexBBA95C0A331B312937
Octal2732511340126333615167
Binary101110111010100110111000101011001111011110001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA95C; }

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

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

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

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

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

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

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

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