Html Css Color HEX #B8A063 Laser

📋 copy color: '#B8A063'

red 184 ◦ green 160 ◦ blue 99

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

Shades of Laser #B8A063

Tints of Laser #B8A063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.35%

R = 41.53%
G = 36.12%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B8A063 (or 0xB8A063) is known color: Laser. HEX triplet: B8, A0 and 63. RGB value is (184,160,99). Sum of RGB (Red+Green+Blue) = 184+160+99=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A063 is #475F9C. Grayscale: #A0A0A0. Windows color (decimal): -4677533 or 6529208. OLE color: 6529208.

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

Color convert

RGB 184 160 99 -
CMYK 0 0.13 0.46 0.28
HSL 43.06º 0.37% 0.55% -
HSV(B) 43.06º 0.46% 0.72% -
XYZ 34.59 36.23 16.97 -
YUV 160.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 184 160 99 0 0.13 0.46 0.28 43.06 0.37 0.55
Hex B8 A0 63 0 D 2E 1C 2B 25 37
Octal 270 240 143 0 15 56 34 53 45 67
Binary 10111000 10100000 1100011 0 1101 101110 11100 101011 100101 110111

Color Harmonies of #B8A063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A063

Black with #B8A063

Text Example


Text Example

White with #B8A063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A063; }

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

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

background-color css

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

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

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

border-color css

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

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

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