#BBA05D

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

Shades of Laser #BBA05D

Tints of Laser #BBA05D

Color information

#BBA05D (or 0xBBA05D) is unknown color: approx Laser. HEX triplet: BB, A0 and 5D. RGB value is (187,160,93). Sum of RGB (Red+Green+Blue) = 187+160+93=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA05D is #445FA2. Grayscale: #A0A0A0. Windows color (decimal): -4480931 or 6135995. OLE color: 6135995.

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

Color convert

RGB18716093-
CMYK00.140.500.27
HSL42.77º40.87%54.9%-
HSV(B)42.77º50.27%73.33%-
XYZ35.0436.515.55-
YUV160.4389.95146.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.5%
GREEN value IS 160 (62.89% from 255) = 36.36%
BLUE value IS 93 (36.72% from 255) = 21.14%
R=42.5%
G=36.36%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871609300.140.500.2742.7740.8754.9
HexBBA05D0E321B2b2937
Octal2732401350166233535167
Binary101110111010000010111010111011001011011101011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA05D; }

 p { color: rgb(187,160,93); }

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

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

 a { background-color: rgb(187,160,93); }

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

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

 span { border-color: rgb(187,160,93); }

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