Html Css Color HEX #B9A263 Laser

📋 copy color: '#B9A263'

red 185 ◦ green 162 ◦ blue 99

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

Shades of Laser #B9A263

Tints of Laser #B9A263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.2%

R = 41.48%
G = 36.32%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B9A263 (or 0xB9A263) is known color: Laser. HEX triplet: B9, A2 and 63. RGB value is (185,162,99). Sum of RGB (Red+Green+Blue) = 185+162+99=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A263 is #465D9C. Grayscale: #A1A1A1. Windows color (decimal): -4611485 or 6529721. OLE color: 6529721.

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

Color convert

RGB 185 162 99 -
CMYK 0 0.12 0.46 0.27
HSL 43.95º 0.38% 0.56% -
HSV(B) 43.95º 0.46% 0.73% -
XYZ 35.18 37.06 17.1 -
YUV 161.7 92.62 144.62 -
System Red Green Blue C M Y K H S L
Decimal 185 162 99 0 0.12 0.46 0.27 43.95 0.38 0.56
Hex B9 A2 63 0 C 2E 1B 2C 26 38
Octal 271 242 143 0 14 56 33 54 46 70
Binary 10111001 10100010 1100011 0 1100 101110 11011 101100 100110 111000

Color Harmonies of #B9A263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A263

Black with #B9A263

Text Example


Text Example

White with #B9A263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A263; }

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

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

background-color css

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

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

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

border-color css

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

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

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