#BBA856

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

Shades of Gimblet #BBA856

Tints of Gimblet #BBA856

Color information

#BBA856 (or 0xBBA856) is unknown color: approx Gimblet. HEX triplet: BB, A8 and 56. RGB value is (187,168,86). Sum of RGB (Red+Green+Blue) = 187+168+86=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA856 is #4457A9. Grayscale: #A4A4A4. Windows color (decimal): -4478890 or 5679291. OLE color: 5679291.

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

Color convert

RGB18716886-
CMYK00.100.540.27
HSL48.71º42.62%53.53%-
HSV(B)48.71º54.01%73.33%-
XYZ36.1839.2414.47-
YUV164.3383.79144.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 168 (66.02% from 255) = 38.10%
BLUE value IS 86 (33.98% from 255) = 19.50%
R=42.40%
G=38.10%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871688600.100.540.2748.7142.6253.53
HexBBA8560A361B312b36
Octal2732501260126633615366
Binary101110111010100010101100101011011011011110001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA856; }

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

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

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

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

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

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

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

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