#BBA158

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

Shades of Laser #BBA158

Tints of Laser #BBA158

Color information

#BBA158 (or 0xBBA158) is unknown color: approx Laser. HEX triplet: BB, A1 and 58. RGB value is (187,161,88). Sum of RGB (Red+Green+Blue) = 187+161+88=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 88 (34.77% from 255 or 20.18% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA158 is #445EA7. Grayscale: #A0A0A0. Windows color (decimal): -4480680 or 5808571. OLE color: 5808571.

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

Color convert

RGB18716188-
CMYK00.140.530.27
HSL44.24º42.13%53.92%-
HSV(B)44.24º52.94%73.33%-
XYZ3536.7614.48-
YUV160.4587.11146.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.89%
GREEN value IS 161 (63.28% from 255) = 36.93%
BLUE value IS 88 (34.77% from 255) = 20.18%
R=42.89%
G=36.93%
B=20.18%

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
Decimal1871618800.140.530.2744.2442.1353.92
HexBBA1580E351B2c2a36
Octal2732411300166533545266
Binary101110111010000110110000111011010111011101100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA158; }

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

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

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

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

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

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

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

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