Html Css Color HEX #B9A25D Laser

📋 copy color: '#B9A25D'

red 185 ◦ green 162 ◦ blue 93

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

Shades of Laser #B9A25D

Tints of Laser #B9A25D

RGB

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

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

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

R = 42.05%
G = 36.82%
B = 21.14%

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

#B9A25D (or 0xB9A25D) is known color: Laser. HEX triplet: B9, A2 and 5D. RGB value is (185,162,93). Sum of RGB (Red+Green+Blue) = 185+162+93=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A25D is #465DA2. Grayscale: #A1A1A1. Windows color (decimal): -4611491 or 6136505. OLE color: 6136505.

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

Color convert

RGB 185 162 93 -
CMYK 0 0.12 0.50 0.27
HSL 45º 0.4% 0.55% -
HSV(B) 45º 0.5% 0.73% -
XYZ 34.9 36.95 15.65 -
YUV 161.01 89.62 145.11 -
System Red Green Blue C M Y K H S L
Decimal 185 162 93 0 0.12 0.50 0.27 45 0.4 0.55
Hex B9 A2 5D 0 C 32 1B 2D 28 37
Octal 271 242 135 0 14 62 33 55 50 67
Binary 10111001 10100010 1011101 0 1100 110010 11011 101101 101000 110111

Color Harmonies of #B9A25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A25D

Black with #B9A25D

Text Example


Text Example

White with #B9A25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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