Html Css Color HEX #BAA591 Silk

📋 copy color: '#BAA591'

red 186 ◦ green 165 ◦ blue 145

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

Shades of Silk #BAA591

Tints of Silk #BAA591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.23%

R = 37.5%
G = 33.27%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BAA591 (or 0xBAA591) is known color: Silk. HEX triplet: BA, A5 and 91. RGB value is (186,165,145). Sum of RGB (Red+Green+Blue) = 186+165+145=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA591 is #455A6E. Grayscale: #A9A9A9. Windows color (decimal): -4545135 or 9545146. OLE color: 9545146.

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

Color convert

RGB 186 165 145 -
CMYK 0 0.11 0.22 0.27
HSL 29.27º 0.23% 0.65% -
HSV(B) 29.27º 0.22% 0.73% -
XYZ 38.82 39.39 32.35 -
YUV 169 114.46 140.13 -
System Red Green Blue C M Y K H S L
Decimal 186 165 145 0 0.11 0.22 0.27 29.27 0.23 0.65
Hex BA A5 91 0 B 16 1B 1D 17 41
Octal 272 245 221 0 13 26 33 35 27 101
Binary 10111010 10100101 10010001 0 1011 10110 11011 11101 10111 1000001

Color Harmonies of #BAA591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA591

Black with #BAA591

Text Example


Text Example

White with #BAA591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA591; }

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

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

background-color css

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

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

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

border-color css

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

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

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