#BBA459

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

Shades of Laser #BBA459

Tints of Laser #BBA459

Color information

#BBA459 (or 0xBBA459) is unknown color: approx Laser. HEX triplet: BB, A4 and 59. RGB value is (187,164,89). Sum of RGB (Red+Green+Blue) = 187+164+89=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 89 (35.16% from 255 or 20.23% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA459 is #445BA6. Grayscale: #A2A2A2. Windows color (decimal): -4479911 or 5874875. OLE color: 5874875.

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

Color convert

RGB18716489-
CMYK00.120.520.27
HSL45.92º41.88%54.12%-
HSV(B)45.92º52.41%73.33%-
XYZ35.5737.8414.88-
YUV162.3386.62145.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.5%
GREEN value IS 164 (64.45% from 255) = 37.27%
BLUE value IS 89 (35.16% from 255) = 20.23%
R=42.5%
G=37.27%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871648900.120.520.2745.9241.8854.12
HexBBA4590C341B2e2a36
Octal2732441310146433565266
Binary101110111010010010110010110011010011011101110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA459; }

 p { color: rgb(187,164,89); }

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

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

 a { background-color: rgb(187,164,89); }

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

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

 span { border-color: rgb(187,164,89); }

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