Html Css Color HEX #BAAA6E Gimblet

📋 copy color: '#BAAA6E'

red 186 ◦ green 170 ◦ blue 110

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

Shades of Gimblet #BAAA6E

Tints of Gimblet #BAAA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.61%

R = 39.91%
G = 36.48%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BAAA6E (or 0xBAAA6E) is known color: Gimblet. HEX triplet: BA, AA and 6E. RGB value is (186,170,110). Sum of RGB (Red+Green+Blue) = 186+170+110=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA6E is #455591. Grayscale: #A8A8A8. Windows color (decimal): -4543890 or 7252666. OLE color: 7252666.

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

Color convert

RGB 186 170 110 -
CMYK 0 0.09 0.41 0.27
HSL 47.37º 0.36% 0.58% -
HSV(B) 47.37º 0.41% 0.73% -
XYZ 37.44 40.31 20.56 -
YUV 167.94 95.3 140.88 -
System Red Green Blue C M Y K H S L
Decimal 186 170 110 0 0.09 0.41 0.27 47.37 0.36 0.58
Hex BA AA 6E 0 9 29 1B 2F 24 3A
Octal 272 252 156 0 11 51 33 57 44 72
Binary 10111010 10101010 1101110 0 1001 101001 11011 101111 100100 111010

Color Harmonies of #BAAA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA6E

Black with #BAAA6E

Text Example


Text Example

White with #BAAA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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