#B9A260

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

Shades of Laser #B9A260

Tints of Laser #B9A260

Color information

#B9A260 (or 0xB9A260) is unknown color: approx Laser. HEX triplet: B9, A2 and 60. RGB value is (185,162,96). Sum of RGB (Red+Green+Blue) = 185+162+96=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A260 is #465D9F. Grayscale: #A1A1A1. Windows color (decimal): -4611488 or 6333113. OLE color: 6333113.

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

Color convert

RGB18516296-
CMYK00.120.480.27
HSL44.49º38.86%55.1%-
HSV(B)44.49º48.11%72.55%-
XYZ35.043716.36-
YUV161.3591.12144.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 162 (63.67% from 255) = 36.57%
BLUE value IS 96 (37.89% from 255) = 21.67%
R=41.76%
G=36.57%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851629600.120.480.2744.4938.8655.1
HexB9A2600C301B2c2737
Octal2712421400146033544767
Binary101110011010001011000000110011000011011101100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A260; }

 p { color: rgb(185,162,96); }

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

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

 a { background-color: rgb(185,162,96); }

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

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

 span { border-color: rgb(185,162,96); }

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