#BBA85A

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

Shades of Gimblet #BBA85A

Tints of Gimblet #BBA85A

Color information

#BBA85A (or 0xBBA85A) is unknown color: approx Gimblet. HEX triplet: BB, A8 and 5A. RGB value is (187,168,90). Sum of RGB (Red+Green+Blue) = 187+168+90=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA85A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA85A is #4457A5. Grayscale: #A5A5A5. Windows color (decimal): -4478886 or 5941435. OLE color: 5941435.

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

Color convert

RGB18716890-
CMYK00.100.520.27
HSL48.25º41.63%54.31%-
HSV(B)48.25º51.87%73.33%-
XYZ36.3439.3115.34-
YUV164.7985.79143.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.02%
GREEN value IS 168 (66.02% from 255) = 37.75%
BLUE value IS 90 (35.55% from 255) = 20.22%
R=42.02%
G=37.75%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871689000.100.520.2748.2541.6354.31
HexBBA85A0A341B302a36
Octal2732501320126433605266
Binary101110111010100010110100101011010011011110000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA85A; }

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

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

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

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

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

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

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

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