Html Css Color HEX #B9A259 Laser

📋 copy color: '#B9A259'

red 185 ◦ green 162 ◦ blue 89

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

Shades of Laser #B9A259

Tints of Laser #B9A259

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.16%

 BLUE value IS 89 (35.16% from 255) = 20.41%

R = 42.43%
G = 37.16%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B9A259 (or 0xB9A259) is known color: Laser. HEX triplet: B9, A2 and 59. RGB value is (185,162,89). Sum of RGB (Red+Green+Blue) = 185+162+89=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 89 (35.16% from 255 or 20.41% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A259 is #465DA6. Grayscale: #A0A0A0. Windows color (decimal): -4611495 or 5874361. OLE color: 5874361.

HSL color Cylindrical-coordinate representation of color #B9A259: hue angle of 45.62º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9A259 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 162 89 -
CMYK 0 0.12 0.52 0.27
HSL 45.63º 0.41% 0.54% -
HSV(B) 45.63º 0.52% 0.73% -
XYZ 34.73 36.88 14.74 -
YUV 160.56 87.62 145.44 -
System Red Green Blue C M Y K H S L
Decimal 185 162 89 0 0.12 0.52 0.27 45.63 0.41 0.54
Hex B9 A2 59 0 C 34 1B 2E 29 36
Octal 271 242 131 0 14 64 33 56 51 66
Binary 10111001 10100010 1011001 0 1100 110100 11011 101110 101001 110110

Color Harmonies of #B9A259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A259

Black with #B9A259

Text Example


Text Example

White with #B9A259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A259; }

 p { color: rgb(185,162,89); }

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

background-color css

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

 a { background-color: rgb(185,162,89); }

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

border-color css

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

 span { border-color: rgb(185,162,89); }

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