Html Css Color HEX #BAA598 Silk

📋 copy color: '#BAA598'

red 186 ◦ green 165 ◦ blue 152

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

Shades of Silk #BAA598

Tints of Silk #BAA598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.22%

R = 36.98%
G = 32.8%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BAA598 (or 0xBAA598) is known color: Silk. HEX triplet: BA, A5 and 98. RGB value is (186,165,152). Sum of RGB (Red+Green+Blue) = 186+165+152=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA598 is #455A67. Grayscale: #A9A9A9. Windows color (decimal): -4545128 or 10003898. OLE color: 10003898.

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

Color convert

RGB 186 165 152 -
CMYK 0 0.11 0.18 0.27
HSL 22.94º 0.2% 0.66% -
HSV(B) 22.94º 0.18% 0.73% -
XYZ 39.37 39.62 35.28 -
YUV 169.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 186 165 152 0 0.11 0.18 0.27 22.94 0.2 0.66
Hex BA A5 98 0 B 12 1B 17 14 42
Octal 272 245 230 0 13 22 33 27 24 102
Binary 10111010 10100101 10011000 0 1011 10010 11011 10111 10100 1000010

Color Harmonies of #BAA598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA598

Black with #BAA598

Text Example


Text Example

White with #BAA598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA598; }

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

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

background-color css

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

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

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

border-color css

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

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

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