Html Css Color HEX #B8A05A Laser

📋 copy color: '#B8A05A'

red 184 ◦ green 160 ◦ blue 90

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

Shades of Laser #B8A05A

Tints of Laser #B8A05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.74%

R = 42.4%
G = 36.87%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B8A05A (or 0xB8A05A) is known color: Laser. HEX triplet: B8, A0 and 5A. RGB value is (184,160,90). Sum of RGB (Red+Green+Blue) = 184+160+90=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A05A is #475FA5. Grayscale: #9F9F9F. Windows color (decimal): -4677542 or 5939384. OLE color: 5939384.

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

Color convert

RGB 184 160 90 -
CMYK 0 0.13 0.51 0.28
HSL 44.68º 0.4% 0.54% -
HSV(B) 44.68º 0.51% 0.72% -
XYZ 34.18 36.07 14.83 -
YUV 159.2 88.95 145.69 -
System Red Green Blue C M Y K H S L
Decimal 184 160 90 0 0.13 0.51 0.28 44.68 0.4 0.54
Hex B8 A0 5A 0 D 33 1C 2D 28 36
Octal 270 240 132 0 15 63 34 55 50 66
Binary 10111000 10100000 1011010 0 1101 110011 11100 101101 101000 110110

Color Harmonies of #B8A05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A05A

Black with #B8A05A

Text Example


Text Example

White with #B8A05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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