Html Css Color HEX #BAA565 Gimblet

📋 copy color: '#BAA565'

red 186 ◦ green 165 ◦ blue 101

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

Shades of Gimblet #BAA565

Tints of Gimblet #BAA565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.35%

R = 41.15%
G = 36.5%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BAA565 (or 0xBAA565) is known color: Gimblet. HEX triplet: BA, A5 and 65. RGB value is (186,165,101). Sum of RGB (Red+Green+Blue) = 186+165+101=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA565 is #455A9A. Grayscale: #A4A4A4. Windows color (decimal): -4545179 or 6661562. OLE color: 6661562.

HSL color Cylindrical-coordinate representation of color #BAA565: hue angle of 45.18º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAA565 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 165 101 -
CMYK 0 0.11 0.46 0.27
HSL 45.18º 0.38% 0.56% -
HSV(B) 45.18º 0.46% 0.73% -
XYZ 36.05 38.29 17.8 -
YUV 163.98 92.46 143.7 -
System Red Green Blue C M Y K H S L
Decimal 186 165 101 0 0.11 0.46 0.27 45.18 0.38 0.56
Hex BA A5 65 0 B 2E 1B 2D 26 38
Octal 272 245 145 0 13 56 33 55 46 70
Binary 10111010 10100101 1100101 0 1011 101110 11011 101101 100110 111000

Color Harmonies of #BAA565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA565

Black with #BAA565

Text Example


Text Example

White with #BAA565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA565; }

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

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

background-color css

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

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

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

border-color css

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

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

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