Html Css Color HEX #BAA563 Gimblet

📋 copy color: '#BAA563'

red 186 ◦ green 165 ◦ blue 99

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

Shades of Gimblet #BAA563

Tints of Gimblet #BAA563

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.67%

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

R = 41.33%
G = 36.67%
B = 22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BAA563 (or 0xBAA563) is known color: Gimblet. HEX triplet: BA, A5 and 63. RGB value is (186,165,99). Sum of RGB (Red+Green+Blue) = 186+165+99=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA563 is #455A9C. Grayscale: #A4A4A4. Windows color (decimal): -4545181 or 6530490. OLE color: 6530490.

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

Color convert

RGB 186 165 99 -
CMYK 0 0.11 0.47 0.27
HSL 45.52º 0.39% 0.56% -
HSV(B) 45.52º 0.47% 0.73% -
XYZ 35.96 38.25 17.29 -
YUV 163.76 91.46 143.87 -
System Red Green Blue C M Y K H S L
Decimal 186 165 99 0 0.11 0.47 0.27 45.52 0.39 0.56
Hex BA A5 63 0 B 2F 1B 2E 27 38
Octal 272 245 143 0 13 57 33 56 47 70
Binary 10111010 10100101 1100011 0 1011 101111 11011 101110 100111 111000

Color Harmonies of #BAA563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA563

Black with #BAA563

Text Example


Text Example

White with #BAA563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA563; }

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

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

background-color css

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

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

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

border-color css

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

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

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