Html Css Color HEX #B9A25C Laser

📋 copy color: '#B9A25C'

red 185 ◦ green 162 ◦ blue 92

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

Shades of Laser #B9A25C

Tints of Laser #B9A25C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.96%

R = 42.14%
G = 36.9%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9A25C (or 0xB9A25C) is known color: Laser. HEX triplet: B9, A2 and 5C. RGB value is (185,162,92). Sum of RGB (Red+Green+Blue) = 185+162+92=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A25C is #465DA3. Grayscale: #A1A1A1. Windows color (decimal): -4611492 or 6070969. OLE color: 6070969.

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

Color convert

RGB 185 162 92 -
CMYK 0 0.12 0.50 0.27
HSL 45.16º 0.4% 0.54% -
HSV(B) 45.16º 0.5% 0.73% -
XYZ 34.86 36.93 15.42 -
YUV 160.9 89.12 145.19 -
System Red Green Blue C M Y K H S L
Decimal 185 162 92 0 0.12 0.50 0.27 45.16 0.4 0.54
Hex B9 A2 5C 0 C 32 1B 2D 28 36
Octal 271 242 134 0 14 62 33 55 50 66
Binary 10111001 10100010 1011100 0 1100 110010 11011 101101 101000 110110

Color Harmonies of #B9A25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A25C

Black with #B9A25C

Text Example


Text Example

White with #B9A25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A25C; }

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

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

background-color css

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

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

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

border-color css

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

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

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