#BBA156

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

Shades of Laser #BBA156

Tints of Laser #BBA156

Color information

#BBA156 (or 0xBBA156) is unknown color: approx Laser. HEX triplet: BB, A1 and 56. RGB value is (187,161,86). Sum of RGB (Red+Green+Blue) = 187+161+86=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA156 is #445EA9. Grayscale: #A0A0A0. Windows color (decimal): -4480682 or 5677499. OLE color: 5677499.

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

Color convert

RGB18716186-
CMYK00.140.540.27
HSL44.55º42.62%53.53%-
HSV(B)44.55º54.01%73.33%-
XYZ34.9236.7314.05-
YUV160.2286.11147.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.09%
GREEN value IS 161 (63.28% from 255) = 37.10%
BLUE value IS 86 (33.98% from 255) = 19.82%
R=43.09%
G=37.10%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871618600.140.540.2744.5542.6253.53
HexBBA1560E361B2d2b36
Octal2732411260166633555366
Binary101110111010000110101100111011011011011101101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA156; }

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

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

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

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

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

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

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

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