Html Css Color HEX #BAA594 Silk

📋 copy color: '#BAA594'

red 186 ◦ green 165 ◦ blue 148

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

Shades of Silk #BAA594

Tints of Silk #BAA594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.66%

R = 37.27%
G = 33.07%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BAA594 (or 0xBAA594) is known color: Silk. HEX triplet: BA, A5 and 94. RGB value is (186,165,148). Sum of RGB (Red+Green+Blue) = 186+165+148=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA594 is #455A6B. Grayscale: #A9A9A9. Windows color (decimal): -4545132 or 9741754. OLE color: 9741754.

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

Color convert

RGB 186 165 148 -
CMYK 0 0.11 0.20 0.27
HSL 26.84º 0.22% 0.65% -
HSV(B) 26.84º 0.2% 0.73% -
XYZ 39.05 39.49 33.58 -
YUV 169.34 115.96 139.88 -
System Red Green Blue C M Y K H S L
Decimal 186 165 148 0 0.11 0.20 0.27 26.84 0.22 0.65
Hex BA A5 94 0 B 14 1B 1B 16 41
Octal 272 245 224 0 13 24 33 33 26 101
Binary 10111010 10100101 10010100 0 1011 10100 11011 11011 10110 1000001

Color Harmonies of #BAA594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA594

Black with #BAA594

Text Example


Text Example

White with #BAA594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA594; }

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

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

background-color css

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

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

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

border-color css

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

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

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