#BBA25A

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

Shades of Laser #BBA25A

Tints of Laser #BBA25A

Color information

#BBA25A (or 0xBBA25A) is unknown color: approx Laser. HEX triplet: BB, A2 and 5A. RGB value is (187,162,90). Sum of RGB (Red+Green+Blue) = 187+162+90=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA25A is #445DA5. Grayscale: #A1A1A1. Windows color (decimal): -4480422 or 5939899. OLE color: 5939899.

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

Color convert

RGB18716290-
CMYK00.130.520.27
HSL44.54º41.63%54.31%-
HSV(B)44.54º51.87%73.33%-
XYZ35.2637.1414.98-
YUV161.2787.78146.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.60%
GREEN value IS 162 (63.67% from 255) = 36.90%
BLUE value IS 90 (35.55% from 255) = 20.50%
R=42.60%
G=36.90%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871629000.130.520.2744.5441.6354.31
HexBBA25A0D341B2d2a36
Octal2732421320156433555266
Binary101110111010001010110100110111010011011101101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA25A; }

 p { color: rgb(187,162,90); }

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

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

 a { background-color: rgb(187,162,90); }

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

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

 span { border-color: rgb(187,162,90); }

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