Html Css Color HEX #B8A060 Laser

📋 copy color: '#B8A060'

red 184 ◦ green 160 ◦ blue 96

#B8A060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser #B8A060

Tints of Laser #B8A060

RGB

 RED value IS 184 (72.27% from 255) = 41.82%

 GREEN value IS 160 (62.89% from 255) = 36.36%

 BLUE value IS 96 (37.89% from 255) = 21.82%

R = 41.82%
G = 36.36%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B8A060 (or 0xB8A060) is known color: Laser. HEX triplet: B8, A0 and 60. RGB value is (184,160,96). Sum of RGB (Red+Green+Blue) = 184+160+96=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A060 is #475F9F. Grayscale: #A0A0A0. Windows color (decimal): -4677536 or 6332600. OLE color: 6332600.

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

Color convert

RGB 184 160 96 -
CMYK 0 0.13 0.48 0.28
HSL 43.64º 0.38% 0.55% -
HSV(B) 43.64º 0.48% 0.72% -
XYZ 34.45 36.18 16.23 -
YUV 159.88 91.95 145.2 -
System Red Green Blue C M Y K H S L
Decimal 184 160 96 0 0.13 0.48 0.28 43.64 0.38 0.55
Hex B8 A0 60 0 D 30 1C 2C 26 37
Octal 270 240 140 0 15 60 34 54 46 67
Binary 10111000 10100000 1100000 0 1101 110000 11100 101100 100110 110111

Color Harmonies of #B8A060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A060

Black with #B8A060

Text Example


Text Example

White with #B8A060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A060; }

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

 H1.HeaderClassName
 {
   color: #B8A060;
 }
 .AnyTagClassName
 {
   color: #B8A060;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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