Html Css Color HEX #B9A062 Laser

📋 copy color: '#B9A062'

red 185 ◦ green 160 ◦ blue 98

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

Shades of Laser #B9A062

Tints of Laser #B9A062

RGB

 RED value IS 185 (72.66% from 255) = 41.76%

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

 BLUE value IS 98 (38.67% from 255) = 22.12%

R = 41.76%
G = 36.12%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B9A062 (or 0xB9A062) is known color: Laser. HEX triplet: B9, A0 and 62. RGB value is (185,160,98). Sum of RGB (Red+Green+Blue) = 185+160+98=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A062 is #465F9D. Grayscale: #A0A0A0. Windows color (decimal): -4611998 or 6463673. OLE color: 6463673.

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

Color convert

RGB 185 160 98 -
CMYK 0 0.14 0.47 0.27
HSL 42.76º 0.38% 0.55% -
HSV(B) 42.76º 0.47% 0.73% -
XYZ 34.78 36.34 16.74 -
YUV 160.41 92.78 145.54 -
System Red Green Blue C M Y K H S L
Decimal 185 160 98 0 0.14 0.47 0.27 42.76 0.38 0.55
Hex B9 A0 62 0 E 2F 1B 2B 26 37
Octal 271 240 142 0 16 57 33 53 46 67
Binary 10111001 10100000 1100010 0 1110 101111 11011 101011 100110 110111

Color Harmonies of #B9A062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A062

Black with #B9A062

Text Example


Text Example

White with #B9A062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A062; }

 p { color: rgb(185,160,98); }

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

background-color css

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

 a { background-color: rgb(185,160,98); }

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

border-color css

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

 span { border-color: rgb(185,160,98); }

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