Html Css Color HEX #BAA163 Laser

📋 copy color: '#BAA163'

red 186 ◦ green 161 ◦ blue 99

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

Shades of Laser #BAA163

Tints of Laser #BAA163

RGB

 RED value IS 186 (73.05% from 255) = 41.7%

 GREEN value IS 161 (63.28% from 255) = 36.1%

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

R = 41.7%
G = 36.1%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BAA163 (or 0xBAA163) is known color: Laser. HEX triplet: BA, A1 and 63. RGB value is (186,161,99). Sum of RGB (Red+Green+Blue) = 186+161+99=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA163 is #455E9C. Grayscale: #A1A1A1. Windows color (decimal): -4546205 or 6529466. OLE color: 6529466.

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

Color convert

RGB 186 161 99 -
CMYK 0 0.13 0.47 0.27
HSL 42.76º 0.39% 0.56% -
HSV(B) 42.76º 0.47% 0.73% -
XYZ 35.25 36.83 17.06 -
YUV 161.41 92.78 145.54 -
System Red Green Blue C M Y K H S L
Decimal 186 161 99 0 0.13 0.47 0.27 42.76 0.39 0.56
Hex BA A1 63 0 D 2F 1B 2B 27 38
Octal 272 241 143 0 15 57 33 53 47 70
Binary 10111010 10100001 1100011 0 1101 101111 11011 101011 100111 111000

Color Harmonies of #BAA163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA163

Black with #BAA163

Text Example


Text Example

White with #BAA163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA163; }

 p { color: rgb(186,161,99); }

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

background-color css

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

 a { background-color: rgb(186,161,99); }

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

border-color css

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

 span { border-color: rgb(186,161,99); }

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