Html Css Color HEX #B9A258 Laser

📋 copy color: '#B9A258'

red 185 ◦ green 162 ◦ blue 88

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

Shades of Laser #B9A258

Tints of Laser #B9A258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.23%

R = 42.53%
G = 37.24%
B = 20.23%

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

#B9A258 (or 0xB9A258) is known color: Laser. HEX triplet: B9, A2 and 58. RGB value is (185,162,88). Sum of RGB (Red+Green+Blue) = 185+162+88=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A258 is #465DA7. Grayscale: #A0A0A0. Windows color (decimal): -4611496 or 5808825. OLE color: 5808825.

HSL color Cylindrical-coordinate representation of color #B9A258: hue angle of 45.77º 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 #B9A258 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 162 88 -
CMYK 0 0.12 0.52 0.27
HSL 45.77º 0.41% 0.54% -
HSV(B) 45.77º 0.52% 0.73% -
XYZ 34.69 36.86 14.52 -
YUV 160.44 87.12 145.52 -
System Red Green Blue C M Y K H S L
Decimal 185 162 88 0 0.12 0.52 0.27 45.77 0.41 0.54
Hex B9 A2 58 0 C 34 1B 2E 29 36
Octal 271 242 130 0 14 64 33 56 51 66
Binary 10111001 10100010 1011000 0 1100 110100 11011 101110 101001 110110

Color Harmonies of #B9A258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A258

Black with #B9A258

Text Example


Text Example

White with #B9A258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A258; }

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

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

background-color css

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

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

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

border-color css

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

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

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