Html Css Color HEX #B8A05D Laser

📋 copy color: '#B8A05D'

red 184 ◦ green 160 ◦ blue 93

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

Shades of Laser #B8A05D

Tints of Laser #B8A05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.28%

R = 42.11%
G = 36.61%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8A05D (or 0xB8A05D) is known color: Laser. HEX triplet: B8, A0 and 5D. RGB value is (184,160,93). Sum of RGB (Red+Green+Blue) = 184+160+93=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A05D is #475FA2. Grayscale: #9F9F9F. Windows color (decimal): -4677539 or 6135992. OLE color: 6135992.

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

Color convert

RGB 184 160 93 -
CMYK 0 0.13 0.49 0.28
HSL 44.18º 0.39% 0.54% -
HSV(B) 44.18º 0.49% 0.72% -
XYZ 34.31 36.12 15.52 -
YUV 159.54 90.45 145.45 -
System Red Green Blue C M Y K H S L
Decimal 184 160 93 0 0.13 0.49 0.28 44.18 0.39 0.54
Hex B8 A0 5D 0 D 31 1C 2C 27 36
Octal 270 240 135 0 15 61 34 54 47 66
Binary 10111000 10100000 1011101 0 1101 110001 11100 101100 100111 110110

Color Harmonies of #B8A05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A05D

Black with #B8A05D

Text Example


Text Example

White with #B8A05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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