#BBA55B

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

Shades of Laser #BBA55B

Tints of Laser #BBA55B

Color information

#BBA55B (or 0xBBA55B) is unknown color: approx Laser. HEX triplet: BB, A5 and 5B. RGB value is (187,165,91). Sum of RGB (Red+Green+Blue) = 187+165+91=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA55B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA55B is #445AA4. Grayscale: #A3A3A3. Windows color (decimal): -4479653 or 6006203. OLE color: 6006203.

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

Color convert

RGB18716591-
CMYK00.120.510.27
HSL46.25º41.38%54.51%-
HSV(B)46.25º51.34%73.33%-
XYZ35.8438.2315.39-
YUV163.1487.29145.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.21%
GREEN value IS 165 (64.84% from 255) = 37.25%
BLUE value IS 91 (35.94% from 255) = 20.54%
R=42.21%
G=37.25%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871659100.120.510.2746.2541.3854.51
HexBBA55B0C331B2e2937
Octal2732451330146333565167
Binary101110111010010110110110110011001111011101110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA55B; }

 p { color: rgb(187,165,91); }

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

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

 a { background-color: rgb(187,165,91); }

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

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

 span { border-color: rgb(187,165,91); }

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