Html Css Color HEX #B9A25F Laser

📋 copy color: '#B9A25F'

red 185 ◦ green 162 ◦ blue 95

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

Shades of Laser #B9A25F

Tints of Laser #B9A25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.49%

R = 41.86%
G = 36.65%
B = 21.49%

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

#B9A25F (or 0xB9A25F) is known color: Laser. HEX triplet: B9, A2 and 5F. RGB value is (185,162,95). Sum of RGB (Red+Green+Blue) = 185+162+95=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A25F is #465DA0. Grayscale: #A1A1A1. Windows color (decimal): -4611489 or 6267577. OLE color: 6267577.

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

Color convert

RGB 185 162 95 -
CMYK 0 0.12 0.49 0.27
HSL 44.67º 0.39% 0.55% -
HSV(B) 44.67º 0.49% 0.73% -
XYZ 34.99 36.98 16.12 -
YUV 161.24 90.62 144.95 -
System Red Green Blue C M Y K H S L
Decimal 185 162 95 0 0.12 0.49 0.27 44.67 0.39 0.55
Hex B9 A2 5F 0 C 31 1B 2D 27 37
Octal 271 242 137 0 14 61 33 55 47 67
Binary 10111001 10100010 1011111 0 1100 110001 11011 101101 100111 110111

Color Harmonies of #B9A25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A25F

Black with #B9A25F

Text Example


Text Example

White with #B9A25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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