Html Css Color HEX #BAAC63 Gimblet

📋 copy color: '#BAAC63'

red 186 ◦ green 172 ◦ blue 99

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

Shades of Gimblet #BAAC63

Tints of Gimblet #BAAC63

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.64%

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

R = 40.7%
G = 37.64%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BAAC63 (or 0xBAAC63) is known color: Gimblet. HEX triplet: BA, AC and 63. RGB value is (186,172,99). Sum of RGB (Red+Green+Blue) = 186+172+99=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC63 is #45539C. Grayscale: #A8A8A8. Windows color (decimal): -4543389 or 6532282. OLE color: 6532282.

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

Color convert

RGB 186 172 99 -
CMYK 0 0.08 0.47 0.27
HSL 50.34º 0.39% 0.56% -
HSV(B) 50.34º 0.47% 0.73% -
XYZ 37.25 40.85 17.72 -
YUV 167.86 89.14 140.94 -
System Red Green Blue C M Y K H S L
Decimal 186 172 99 0 0.08 0.47 0.27 50.34 0.39 0.56
Hex BA AC 63 0 8 2F 1B 32 27 38
Octal 272 254 143 0 10 57 33 62 47 70
Binary 10111010 10101100 1100011 0 1000 101111 11011 110010 100111 111000

Color Harmonies of #BAAC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC63

Black with #BAAC63

Text Example


Text Example

White with #BAAC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC63; }

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

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

background-color css

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

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

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

border-color css

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

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

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