#B9A062

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

Shades of Laser #B9A062

Tints of Laser #B9A062

Color information

#B9A062 (or 0xB9A062) is unknown color: approx Laser. HEX triplet: B9, A0 and 62. RGB value is (185,160,98). Sum of RGB (Red+Green+Blue) = 185+160+98=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A062 is #465F9D. Grayscale: #A0A0A0. Windows color (decimal): -4611998 or 6463673. OLE color: 6463673.

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

Color convert

RGB18516098-
CMYK00.140.470.27
HSL42.76º38.33%55.49%-
HSV(B)42.76º47.03%72.55%-
XYZ34.7836.3416.74-
YUV160.4192.78145.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 160 (62.89% from 255) = 36.12%
BLUE value IS 98 (38.67% from 255) = 22.12%
R=41.76%
G=36.12%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851609800.140.470.2742.7638.3355.49
HexB9A0620E2F1B2b2637
Octal2712401420165733534667
Binary101110011010000011000100111010111111011101011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A062; }

 p { color: rgb(185,160,98); }

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

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

 a { background-color: rgb(185,160,98); }

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

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

 span { border-color: rgb(185,160,98); }

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