Html Css Color HEX #BAA357 Laser

📋 copy color: '#BAA357'

red 186 ◦ green 163 ◦ blue 87

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

Shades of Laser #BAA357

Tints of Laser #BAA357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.95%

R = 42.66%
G = 37.39%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BAA357 (or 0xBAA357) is known color: Laser. HEX triplet: BA, A3 and 57. RGB value is (186,163,87). Sum of RGB (Red+Green+Blue) = 186+163+87=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 87 (34.38% from 255 or 19.95% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA357 is #455CA8. Grayscale: #A1A1A1. Windows color (decimal): -4545705 or 5743546. OLE color: 5743546.

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

Color convert

RGB 186 163 87 -
CMYK 0 0.12 0.53 0.27
HSL 46.06º 0.42% 0.54% -
HSV(B) 46.06º 0.53% 0.73% -
XYZ 35.07 37.32 14.37 -
YUV 161.21 86.12 145.68 -
System Red Green Blue C M Y K H S L
Decimal 186 163 87 0 0.12 0.53 0.27 46.06 0.42 0.54
Hex BA A3 57 0 C 35 1B 2E 2A 36
Octal 272 243 127 0 14 65 33 56 52 66
Binary 10111010 10100011 1010111 0 1100 110101 11011 101110 101010 110110

Color Harmonies of #BAA357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA357

Black with #BAA357

Text Example


Text Example

White with #BAA357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA357; }

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

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

background-color css

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

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

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

border-color css

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

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

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