Html Css Color HEX #BAA55C Gimblet

📋 copy color: '#BAA55C'

red 186 ◦ green 165 ◦ blue 92

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

Shades of Gimblet #BAA55C

Tints of Gimblet #BAA55C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.77%

R = 41.99%
G = 37.25%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BAA55C (or 0xBAA55C) is known color: Gimblet. HEX triplet: BA, A5 and 5C. RGB value is (186,165,92). Sum of RGB (Red+Green+Blue) = 186+165+92=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA55C is #455AA3. Grayscale: #A3A3A3. Windows color (decimal): -4545188 or 6071738. OLE color: 6071738.

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

Color convert

RGB 186 165 92 -
CMYK 0 0.11 0.51 0.27
HSL 46.6º 0.41% 0.55% -
HSV(B) 46.6º 0.51% 0.73% -
XYZ 35.64 38.12 15.61 -
YUV 162.96 87.96 144.44 -
System Red Green Blue C M Y K H S L
Decimal 186 165 92 0 0.11 0.51 0.27 46.6 0.41 0.55
Hex BA A5 5C 0 B 33 1B 2F 29 37
Octal 272 245 134 0 13 63 33 57 51 67
Binary 10111010 10100101 1011100 0 1011 110011 11011 101111 101001 110111

Color Harmonies of #BAA55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA55C

Black with #BAA55C

Text Example


Text Example

White with #BAA55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA55C; }

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

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

background-color css

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

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

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

border-color css

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

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

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