Html Css Color HEX #BAA463 Gimblet

📋 copy color: '#BAA463'

red 186 ◦ green 164 ◦ blue 99

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

Shades of Gimblet #BAA463

Tints of Gimblet #BAA463

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.53%

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

R = 41.43%
G = 36.53%
B = 22.05%

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

#BAA463 (or 0xBAA463) is known color: Gimblet. HEX triplet: BA, A4 and 63. RGB value is (186,164,99). Sum of RGB (Red+Green+Blue) = 186+164+99=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA463 is #455B9C. Grayscale: #A3A3A3. Windows color (decimal): -4545437 or 6530234. OLE color: 6530234.

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

Color convert

RGB 186 164 99 -
CMYK 0 0.12 0.47 0.27
HSL 44.83º 0.39% 0.56% -
HSV(B) 44.83º 0.47% 0.73% -
XYZ 35.78 37.89 17.23 -
YUV 163.17 91.79 144.29 -
System Red Green Blue C M Y K H S L
Decimal 186 164 99 0 0.12 0.47 0.27 44.83 0.39 0.56
Hex BA A4 63 0 C 2F 1B 2D 27 38
Octal 272 244 143 0 14 57 33 55 47 70
Binary 10111010 10100100 1100011 0 1100 101111 11011 101101 100111 111000

Color Harmonies of #BAA463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA463

Black with #BAA463

Text Example


Text Example

White with #BAA463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA463; }

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

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

background-color css

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

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

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

border-color css

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

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

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