Html Css Color HEX #BAA863 Gimblet

📋 copy color: '#BAA863'

red 186 ◦ green 168 ◦ blue 99

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

Shades of Gimblet #BAA863

Tints of Gimblet #BAA863

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.09%

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

R = 41.06%
G = 37.09%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BAA863 (or 0xBAA863) is known color: Gimblet. HEX triplet: BA, A8 and 63. RGB value is (186,168,99). Sum of RGB (Red+Green+Blue) = 186+168+99=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA863 is #45579C. Grayscale: #A5A5A5. Windows color (decimal): -4544413 or 6531258. OLE color: 6531258.

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

Color convert

RGB 186 168 99 -
CMYK 0 0.10 0.47 0.27
HSL 47.59º 0.39% 0.56% -
HSV(B) 47.59º 0.47% 0.73% -
XYZ 36.5 39.35 17.47 -
YUV 165.52 90.46 142.61 -
System Red Green Blue C M Y K H S L
Decimal 186 168 99 0 0.10 0.47 0.27 47.59 0.39 0.56
Hex BA A8 63 0 A 2F 1B 30 27 38
Octal 272 250 143 0 12 57 33 60 47 70
Binary 10111010 10101000 1100011 0 1010 101111 11011 110000 100111 111000

Color Harmonies of #BAA863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA863

Black with #BAA863

Text Example


Text Example

White with #BAA863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA863; }

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

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

background-color css

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

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

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

border-color css

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

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

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