Html Css Color HEX #B9A15E Laser

📋 copy color: '#B9A15E'

red 185 ◦ green 161 ◦ blue 94

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

Shades of Laser #B9A15E

Tints of Laser #B9A15E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.36%

R = 42.05%
G = 36.59%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9A15E (or 0xB9A15E) is known color: Laser. HEX triplet: B9, A1 and 5E. RGB value is (185,161,94). Sum of RGB (Red+Green+Blue) = 185+161+94=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A15E is #465EA1. Grayscale: #A0A0A0. Windows color (decimal): -4611746 or 6201785. OLE color: 6201785.

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

Color convert

RGB 185 161 94 -
CMYK 0 0.13 0.49 0.27
HSL 44.18º 0.39% 0.55% -
HSV(B) 44.18º 0.49% 0.73% -
XYZ 34.77 36.61 15.82 -
YUV 160.54 90.45 145.45 -
System Red Green Blue C M Y K H S L
Decimal 185 161 94 0 0.13 0.49 0.27 44.18 0.39 0.55
Hex B9 A1 5E 0 D 31 1B 2C 27 37
Octal 271 241 136 0 15 61 33 54 47 67
Binary 10111001 10100001 1011110 0 1101 110001 11011 101100 100111 110111

Color Harmonies of #B9A15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A15E

Black with #B9A15E

Text Example


Text Example

White with #B9A15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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