Html Css Color HEX #BAA359 Laser

📋 copy color: '#BAA359'

red 186 ◦ green 163 ◦ blue 89

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

Shades of Laser #BAA359

Tints of Laser #BAA359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.32%

R = 42.47%
G = 37.21%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BAA359 (or 0xBAA359) is known color: Laser. HEX triplet: BA, A3 and 59. RGB value is (186,163,89). Sum of RGB (Red+Green+Blue) = 186+163+89=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 89 (35.16% from 255 or 20.32% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA359 is #455CA6. Grayscale: #A1A1A1. Windows color (decimal): -4545703 or 5874618. OLE color: 5874618.

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

Color convert

RGB 186 163 89 -
CMYK 0 0.12 0.52 0.27
HSL 45.77º 0.41% 0.54% -
HSV(B) 45.77º 0.52% 0.73% -
XYZ 35.15 37.35 14.81 -
YUV 161.44 87.12 145.52 -
System Red Green Blue C M Y K H S L
Decimal 186 163 89 0 0.12 0.52 0.27 45.77 0.41 0.54
Hex BA A3 59 0 C 34 1B 2E 29 36
Octal 272 243 131 0 14 64 33 56 51 66
Binary 10111010 10100011 1011001 0 1100 110100 11011 101110 101001 110110

Color Harmonies of #BAA359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA359

Black with #BAA359

Text Example


Text Example

White with #BAA359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA359; }

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

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

background-color css

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

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

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

border-color css

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

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

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