#B8A061

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

Shades of Laser #B8A061

Tints of Laser #B8A061

Color information

#B8A061 (or 0xB8A061) is unknown color: approx Laser. HEX triplet: B8, A0 and 61. RGB value is (184,160,97). Sum of RGB (Red+Green+Blue) = 184+160+97=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A061 is #475F9E. Grayscale: #A0A0A0. Windows color (decimal): -4677535 or 6398136. OLE color: 6398136.

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

Color convert

RGB18416097-
CMYK00.130.470.28
HSL43.45º37.99%55.1%-
HSV(B)43.45º47.28%72.16%-
XYZ34.536.216.48-
YUV159.9992.45145.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.72%
GREEN value IS 160 (62.89% from 255) = 36.28%
BLUE value IS 97 (38.28% from 255) = 22.00%
R=41.72%
G=36.28%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841609700.130.470.2843.4537.9955.1
HexB8A0610D2F1C2b2637
Octal2702401410155734534667
Binary101110001010000011000010110110111111100101011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A061; }

 p { color: rgb(184,160,97); }

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

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

 a { background-color: rgb(184,160,97); }

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

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

 span { border-color: rgb(184,160,97); }

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