#BBA157

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

Shades of Laser #BBA157

Tints of Laser #BBA157

Color information

#BBA157 (or 0xBBA157) is unknown color: approx Laser. HEX triplet: BB, A1 and 57. RGB value is (187,161,87). Sum of RGB (Red+Green+Blue) = 187+161+87=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA157 is #445EA8. Grayscale: #A0A0A0. Windows color (decimal): -4480681 or 5743035. OLE color: 5743035.

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

Color convert

RGB18716187-
CMYK00.140.530.27
HSL44.4º42.37%53.73%-
HSV(B)44.4º53.48%73.33%-
XYZ34.9636.7414.27-
YUV160.3486.61147.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.99%
GREEN value IS 161 (63.28% from 255) = 37.01%
BLUE value IS 87 (34.38% from 255) = 20%
R=42.99%
G=37.01%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871618700.140.530.2744.442.3753.73
HexBBA1570E351B2c2a36
Octal2732411270166533545266
Binary101110111010000110101110111011010111011101100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA157; }

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

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

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

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

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

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

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

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