Html Css Color HEX #B9A25E Laser

📋 copy color: '#B9A25E'

red 185 ◦ green 162 ◦ blue 94

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

Shades of Laser #B9A25E

Tints of Laser #B9A25E

RGB

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

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

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

R = 41.95%
G = 36.73%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9A25E (or 0xB9A25E) is known color: Laser. HEX triplet: B9, A2 and 5E. RGB value is (185,162,94). Sum of RGB (Red+Green+Blue) = 185+162+94=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A25E is #465DA1. Grayscale: #A1A1A1. Windows color (decimal): -4611490 or 6202041. OLE color: 6202041.

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

Color convert

RGB 185 162 94 -
CMYK 0 0.12 0.49 0.27
HSL 44.84º 0.39% 0.55% -
HSV(B) 44.84º 0.49% 0.73% -
XYZ 34.95 36.96 15.88 -
YUV 161.13 90.12 145.03 -
System Red Green Blue C M Y K H S L
Decimal 185 162 94 0 0.12 0.49 0.27 44.84 0.39 0.55
Hex B9 A2 5E 0 C 31 1B 2D 27 37
Octal 271 242 136 0 14 61 33 55 47 67
Binary 10111001 10100010 1011110 0 1100 110001 11011 101101 100111 110111

Color Harmonies of #B9A25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A25E

Black with #B9A25E

Text Example


Text Example

White with #B9A25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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