Html Css Color HEX #BAA46B Gimblet

📋 copy color: '#BAA46B'

red 186 ◦ green 164 ◦ blue 107

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

Shades of Gimblet #BAA46B

Tints of Gimblet #BAA46B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.89%

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

R = 40.7%
G = 35.89%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BAA46B (or 0xBAA46B) is known color: Gimblet. HEX triplet: BA, A4 and 6B. RGB value is (186,164,107). Sum of RGB (Red+Green+Blue) = 186+164+107=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA46B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA46B is #455B94. Grayscale: #A4A4A4. Windows color (decimal): -4545429 or 7054522. OLE color: 7054522.

HSL color Cylindrical-coordinate representation of color #BAA46B: hue angle of 43.29º 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 #BAA46B is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 164 107 -
CMYK 0 0.12 0.42 0.27
HSL 43.29º 0.36% 0.57% -
HSV(B) 43.29º 0.42% 0.73% -
XYZ 36.18 38.05 19.35 -
YUV 164.08 95.79 143.63 -
System Red Green Blue C M Y K H S L
Decimal 186 164 107 0 0.12 0.42 0.27 43.29 0.36 0.57
Hex BA A4 6B 0 C 2A 1B 2B 24 39
Octal 272 244 153 0 14 52 33 53 44 71
Binary 10111010 10100100 1101011 0 1100 101010 11011 101011 100100 111001

Color Harmonies of #BAA46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA46B

Black with #BAA46B

Text Example


Text Example

White with #BAA46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA46B; }

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

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

background-color css

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

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

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

border-color css

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

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

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