Html Css Color HEX #BAAD6A Gimblet

📋 copy color: '#BAAD6A'

red 186 ◦ green 173 ◦ blue 106

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

Shades of Gimblet #BAAD6A

Tints of Gimblet #BAAD6A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.2%

 BLUE value IS 106 (41.8% from 255) = 22.8%

R = 40%
G = 37.2%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BAAD6A (or 0xBAAD6A) is known color: Gimblet. HEX triplet: BA, AD and 6A. RGB value is (186,173,106). Sum of RGB (Red+Green+Blue) = 186+173+106=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAD6A is #455295. Grayscale: #A9A9A9. Windows color (decimal): -4543126 or 6991290. OLE color: 6991290.

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

Color convert

RGB 186 173 106 -
CMYK 0 0.07 0.43 0.27
HSL 50.25º 0.37% 0.57% -
HSV(B) 50.25º 0.43% 0.73% -
XYZ 37.79 41.37 19.63 -
YUV 169.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 186 173 106 0 0.07 0.43 0.27 50.25 0.37 0.57
Hex BA AD 6A 0 7 2B 1B 32 25 39
Octal 272 255 152 0 7 53 33 62 45 71
Binary 10111010 10101101 1101010 0 111 101011 11011 110010 100101 111001

Color Harmonies of #BAAD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAD6A

Black with #BAAD6A

Text Example


Text Example

White with #BAAD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAD6A; }

 p { color: rgb(186,173,106); }

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

background-color css

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

 a { background-color: rgb(186,173,106); }

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

border-color css

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

 span { border-color: rgb(186,173,106); }

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