Html Css Color HEX #BAA56D Gimblet

📋 copy color: '#BAA56D'

red 186 ◦ green 165 ◦ blue 109

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

Shades of Gimblet #BAA56D

Tints of Gimblet #BAA56D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.87%

 BLUE value IS 109 (42.97% from 255) = 23.7%

R = 40.43%
G = 35.87%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BAA56D (or 0xBAA56D) is known color: Gimblet. HEX triplet: BA, A5 and 6D. RGB value is (186,165,109). Sum of RGB (Red+Green+Blue) = 186+165+109=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA56D is #455A92. Grayscale: #A5A5A5. Windows color (decimal): -4545171 or 7185850. OLE color: 7185850.

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

Color convert

RGB 186 165 109 -
CMYK 0 0.11 0.41 0.27
HSL 43.64º 0.36% 0.58% -
HSV(B) 43.64º 0.41% 0.73% -
XYZ 36.47 38.45 19.97 -
YUV 164.9 96.46 143.05 -
System Red Green Blue C M Y K H S L
Decimal 186 165 109 0 0.11 0.41 0.27 43.64 0.36 0.58
Hex BA A5 6D 0 B 29 1B 2C 24 3A
Octal 272 245 155 0 13 51 33 54 44 72
Binary 10111010 10100101 1101101 0 1011 101001 11011 101100 100100 111010

Color Harmonies of #BAA56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA56D

Black with #BAA56D

Text Example


Text Example

White with #BAA56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA56D; }

 p { color: rgb(186,165,109); }

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

background-color css

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

 a { background-color: rgb(186,165,109); }

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

border-color css

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

 span { border-color: rgb(186,165,109); }

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