#BBA75A

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

Shades of Gimblet #BBA75A

Tints of Gimblet #BBA75A

Color information

#BBA75A (or 0xBBA75A) is unknown color: approx Gimblet. HEX triplet: BB, A7 and 5A. RGB value is (187,167,90). Sum of RGB (Red+Green+Blue) = 187+167+90=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA75A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA75A is #4458A5. Grayscale: #A4A4A4. Windows color (decimal): -4479142 or 5941179. OLE color: 5941179.

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

Color convert

RGB18716790-
CMYK00.110.520.27
HSL47.63º41.63%54.31%-
HSV(B)47.63º51.87%73.33%-
XYZ36.1638.9415.28-
YUV164.286.13144.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.12%
GREEN value IS 167 (65.62% from 255) = 37.61%
BLUE value IS 90 (35.55% from 255) = 20.27%
R=42.12%
G=37.61%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871679000.110.520.2747.6341.6354.31
HexBBA75A0B341B302a36
Octal2732471320136433605266
Binary101110111010011110110100101111010011011110000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA75A; }

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

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

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

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

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

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

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

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