Html Css Color HEX #B9A05F Laser

📋 copy color: '#B9A05F'

red 185 ◦ green 160 ◦ blue 95

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

Shades of Laser #B9A05F

Tints of Laser #B9A05F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.36%

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

R = 42.05%
G = 36.36%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9A05F (or 0xB9A05F) is known color: Laser. HEX triplet: B9, A0 and 5F. RGB value is (185,160,95). Sum of RGB (Red+Green+Blue) = 185+160+95=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A05F is #465FA0. Grayscale: #A0A0A0. Windows color (decimal): -4612001 or 6267065. OLE color: 6267065.

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

Color convert

RGB 185 160 95 -
CMYK 0 0.14 0.49 0.27
HSL 43.33º 0.39% 0.55% -
HSV(B) 43.33º 0.49% 0.73% -
XYZ 34.64 36.28 16 -
YUV 160.07 91.28 145.79 -
System Red Green Blue C M Y K H S L
Decimal 185 160 95 0 0.14 0.49 0.27 43.33 0.39 0.55
Hex B9 A0 5F 0 E 31 1B 2B 27 37
Octal 271 240 137 0 16 61 33 53 47 67
Binary 10111001 10100000 1011111 0 1110 110001 11011 101011 100111 110111

Color Harmonies of #B9A05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A05F

Black with #B9A05F

Text Example


Text Example

White with #B9A05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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