#BBA75D

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

Shades of Gimblet #BBA75D

Tints of Gimblet #BBA75D

Color information

#BBA75D (or 0xBBA75D) is unknown color: approx Gimblet. HEX triplet: BB, A7 and 5D. RGB value is (187,167,93). Sum of RGB (Red+Green+Blue) = 187+167+93=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA75D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA75D is #4458A2. Grayscale: #A4A4A4. Windows color (decimal): -4479139 or 6137787. OLE color: 6137787.

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

Color convert

RGB18716793-
CMYK00.110.500.27
HSL47.23º40.87%54.9%-
HSV(B)47.23º50.27%73.33%-
XYZ36.2938.9915.97-
YUV164.5487.63144.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.83%
GREEN value IS 167 (65.62% from 255) = 37.36%
BLUE value IS 93 (36.72% from 255) = 20.81%
R=41.83%
G=37.36%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871679300.110.500.2747.2340.8754.9
HexBBA75D0B321B2f2937
Octal2732471350136233575167
Binary101110111010011110111010101111001011011101111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA75D; }

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

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

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

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

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

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

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

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