Html Css Color HEX #BAAC55 Gimblet

📋 copy color: '#BAAC55'

red 186 ◦ green 172 ◦ blue 85

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

Shades of Gimblet #BAAC55

Tints of Gimblet #BAAC55

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.83%

 BLUE value IS 85 (33.59% from 255) = 19.19%

R = 41.99%
G = 38.83%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BAAC55 (or 0xBAAC55) is known color: Gimblet. HEX triplet: BA, AC and 55. RGB value is (186,172,85). Sum of RGB (Red+Green+Blue) = 186+172+85=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC55 is #4553AA. Grayscale: #A6A6A6. Windows color (decimal): -4543403 or 5614778. OLE color: 5614778.

HSL color Cylindrical-coordinate representation of color #BAAC55: hue angle of 51.68º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAAC55 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 172 85 -
CMYK 0 0.08 0.54 0.27
HSL 51.68º 0.42% 0.53% -
HSV(B) 51.68º 0.54% 0.73% -
XYZ 36.64 40.6 14.5 -
YUV 166.27 82.14 142.07 -
System Red Green Blue C M Y K H S L
Decimal 186 172 85 0 0.08 0.54 0.27 51.68 0.42 0.53
Hex BA AC 55 0 8 36 1B 34 2A 35
Octal 272 254 125 0 10 66 33 64 52 65
Binary 10111010 10101100 1010101 0 1000 110110 11011 110100 101010 110101

Color Harmonies of #BAAC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC55

Black with #BAAC55

Text Example


Text Example

White with #BAAC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC55; }

 p { color: rgb(186,172,85); }

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

background-color css

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

 a { background-color: rgb(186,172,85); }

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

border-color css

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

 span { border-color: rgb(186,172,85); }

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