Html Css Color HEX #B9A065 Laser

📋 copy color: '#B9A065'

red 185 ◦ green 160 ◦ blue 101

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

Shades of Laser #B9A065

Tints of Laser #B9A065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.65%

R = 41.48%
G = 35.87%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B9A065 (or 0xB9A065) is known color: Laser. HEX triplet: B9, A0 and 65. RGB value is (185,160,101). Sum of RGB (Red+Green+Blue) = 185+160+101=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A065 is #465F9A. Grayscale: #A1A1A1. Windows color (decimal): -4611995 or 6660281. OLE color: 6660281.

HSL color Cylindrical-coordinate representation of color #B9A065: hue angle of 42.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9A065 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 160 101 -
CMYK 0 0.14 0.45 0.27
HSL 42.14º 0.38% 0.56% -
HSV(B) 42.14º 0.45% 0.73% -
XYZ 34.93 36.4 17.5 -
YUV 160.75 94.28 145.3 -
System Red Green Blue C M Y K H S L
Decimal 185 160 101 0 0.14 0.45 0.27 42.14 0.38 0.56
Hex B9 A0 65 0 E 2D 1B 2A 26 38
Octal 271 240 145 0 16 55 33 52 46 70
Binary 10111001 10100000 1100101 0 1110 101101 11011 101010 100110 111000

Color Harmonies of #B9A065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A065

Black with #B9A065

Text Example


Text Example

White with #B9A065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A065; }

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

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

background-color css

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

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

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

border-color css

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

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

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