Html Css Color HEX #BAAA6B Gimblet

📋 copy color: '#BAAA6B'

red 186 ◦ green 170 ◦ blue 107

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

Shades of Gimblet #BAAA6B

Tints of Gimblet #BAAA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.11%

R = 40.17%
G = 36.72%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BAAA6B (or 0xBAAA6B) is known color: Gimblet. HEX triplet: BA, AA and 6B. RGB value is (186,170,107). Sum of RGB (Red+Green+Blue) = 186+170+107=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA6B is #455594. Grayscale: #A7A7A7. Windows color (decimal): -4543893 or 7056058. OLE color: 7056058.

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

Color convert

RGB 186 170 107 -
CMYK 0 0.09 0.42 0.27
HSL 47.85º 0.36% 0.57% -
HSV(B) 47.85º 0.42% 0.73% -
XYZ 37.28 40.25 19.71 -
YUV 167.6 93.8 141.12 -
System Red Green Blue C M Y K H S L
Decimal 186 170 107 0 0.09 0.42 0.27 47.85 0.36 0.57
Hex BA AA 6B 0 9 2A 1B 30 24 39
Octal 272 252 153 0 11 52 33 60 44 71
Binary 10111010 10101010 1101011 0 1001 101010 11011 110000 100100 111001

Color Harmonies of #BAAA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA6B

Black with #BAAA6B

Text Example


Text Example

White with #BAAA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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