Html Css Color HEX #BAA362 Laser

📋 copy color: '#BAA362'

red 186 ◦ green 163 ◦ blue 98

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

Shades of Laser #BAA362

Tints of Laser #BAA362

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.47%

 BLUE value IS 98 (38.67% from 255) = 21.92%

R = 41.61%
G = 36.47%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BAA362 (or 0xBAA362) is known color: Laser. HEX triplet: BA, A3 and 62. RGB value is (186,163,98). Sum of RGB (Red+Green+Blue) = 186+163+98=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA362 is #455C9D. Grayscale: #A2A2A2. Windows color (decimal): -4545694 or 6464442. OLE color: 6464442.

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

Color convert

RGB 186 163 98 -
CMYK 0 0.12 0.47 0.27
HSL 44.32º 0.39% 0.56% -
HSV(B) 44.32º 0.47% 0.73% -
XYZ 35.55 37.52 16.92 -
YUV 162.47 91.62 144.79 -
System Red Green Blue C M Y K H S L
Decimal 186 163 98 0 0.12 0.47 0.27 44.32 0.39 0.56
Hex BA A3 62 0 C 2F 1B 2C 27 38
Octal 272 243 142 0 14 57 33 54 47 70
Binary 10111010 10100011 1100010 0 1100 101111 11011 101100 100111 111000

Color Harmonies of #BAA362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA362

Black with #BAA362

Text Example


Text Example

White with #BAA362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA362; }

 p { color: rgb(186,163,98); }

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

background-color css

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

 a { background-color: rgb(186,163,98); }

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

border-color css

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

 span { border-color: rgb(186,163,98); }

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