Html Css Color HEX #BAAA66 Gimblet

📋 copy color: '#BAAA66'

red 186 ◦ green 170 ◦ blue 102

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

Shades of Gimblet #BAAA66

Tints of Gimblet #BAAA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.27%

R = 40.61%
G = 37.12%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BAAA66 (or 0xBAAA66) is known color: Gimblet. HEX triplet: BA, AA and 66. RGB value is (186,170,102). Sum of RGB (Red+Green+Blue) = 186+170+102=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA66 is #455599. Grayscale: #A7A7A7. Windows color (decimal): -4543898 or 6728378. OLE color: 6728378.

HSL color Cylindrical-coordinate representation of color #BAAA66: hue angle of 48.57º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAAA66 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 170 102 -
CMYK 0 0.09 0.45 0.27
HSL 48.57º 0.38% 0.56% -
HSV(B) 48.57º 0.45% 0.73% -
XYZ 37.02 40.15 18.37 -
YUV 167.03 91.3 141.53 -
System Red Green Blue C M Y K H S L
Decimal 186 170 102 0 0.09 0.45 0.27 48.57 0.38 0.56
Hex BA AA 66 0 9 2D 1B 31 26 38
Octal 272 252 146 0 11 55 33 61 46 70
Binary 10111010 10101010 1100110 0 1001 101101 11011 110001 100110 111000

Color Harmonies of #BAAA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA66

Black with #BAAA66

Text Example


Text Example

White with #BAAA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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