Html Css Color HEX #B9A15D Laser

📋 copy color: '#B9A15D'

red 185 ◦ green 161 ◦ blue 93

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

Shades of Laser #B9A15D

Tints of Laser #B9A15D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.67%

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

R = 42.14%
G = 36.67%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9A15D (or 0xB9A15D) is known color: Laser. HEX triplet: B9, A1 and 5D. RGB value is (185,161,93). Sum of RGB (Red+Green+Blue) = 185+161+93=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A15D is #465EA2. Grayscale: #A0A0A0. Windows color (decimal): -4611747 or 6136249. OLE color: 6136249.

HSL color Cylindrical-coordinate representation of color #B9A15D: hue angle of 44.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9A15D is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 161 93 -
CMYK 0 0.13 0.50 0.27
HSL 44.35º 0.4% 0.55% -
HSV(B) 44.35º 0.5% 0.73% -
XYZ 34.73 36.59 15.59 -
YUV 160.42 89.95 145.53 -
System Red Green Blue C M Y K H S L
Decimal 185 161 93 0 0.13 0.50 0.27 44.35 0.4 0.55
Hex B9 A1 5D 0 D 32 1B 2C 28 37
Octal 271 241 135 0 15 62 33 54 50 67
Binary 10111001 10100001 1011101 0 1101 110010 11011 101100 101000 110111

Color Harmonies of #B9A15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A15D

Black with #B9A15D

Text Example


Text Example

White with #B9A15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A15D; }

 p { color: rgb(185,161,93); }

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

background-color css

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

 a { background-color: rgb(185,161,93); }

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

border-color css

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

 span { border-color: rgb(185,161,93); }

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