Html Css Color HEX #BAAA6C Gimblet

📋 copy color: '#BAAA6C'

red 186 ◦ green 170 ◦ blue 108

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

Shades of Gimblet #BAAA6C

Tints of Gimblet #BAAA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.28%

R = 40.09%
G = 36.64%
B = 23.28%

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

#BAAA6C (or 0xBAAA6C) is known color: Gimblet. HEX triplet: BA, AA and 6C. RGB value is (186,170,108). Sum of RGB (Red+Green+Blue) = 186+170+108=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA6C is #455593. Grayscale: #A7A7A7. Windows color (decimal): -4543892 or 7121594. OLE color: 7121594.

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

Color convert

RGB 186 170 108 -
CMYK 0 0.09 0.42 0.27
HSL 47.69º 0.36% 0.58% -
HSV(B) 47.69º 0.42% 0.73% -
XYZ 37.33 40.27 19.99 -
YUV 167.72 94.3 141.04 -
System Red Green Blue C M Y K H S L
Decimal 186 170 108 0 0.09 0.42 0.27 47.69 0.36 0.58
Hex BA AA 6C 0 9 2A 1B 30 24 3A
Octal 272 252 154 0 11 52 33 60 44 72
Binary 10111010 10101010 1101100 0 1001 101010 11011 110000 100100 111010

Color Harmonies of #BAAA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA6C

Black with #BAAA6C

Text Example


Text Example

White with #BAAA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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