Html Css Color HEX #BAAA63 Gimblet

📋 copy color: '#BAAA63'

red 186 ◦ green 170 ◦ blue 99

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

Shades of Gimblet #BAAA63

Tints of Gimblet #BAAA63

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.36%

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

R = 40.88%
G = 37.36%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BAAA63 (or 0xBAAA63) is known color: Gimblet. HEX triplet: BA, AA and 63. RGB value is (186,170,99). Sum of RGB (Red+Green+Blue) = 186+170+99=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA63 is #45559C. Grayscale: #A6A6A6. Windows color (decimal): -4543901 or 6531770. OLE color: 6531770.

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

Color convert

RGB 186 170 99 -
CMYK 0 0.09 0.47 0.27
HSL 48.97º 0.39% 0.56% -
HSV(B) 48.97º 0.47% 0.73% -
XYZ 36.88 40.09 17.6 -
YUV 166.69 89.8 141.77 -
System Red Green Blue C M Y K H S L
Decimal 186 170 99 0 0.09 0.47 0.27 48.97 0.39 0.56
Hex BA AA 63 0 9 2F 1B 31 27 38
Octal 272 252 143 0 11 57 33 61 47 70
Binary 10111010 10101010 1100011 0 1001 101111 11011 110001 100111 111000

Color Harmonies of #BAAA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA63

Black with #BAAA63

Text Example


Text Example

White with #BAAA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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