Html Css Color HEX #BAA698 Silk

📋 copy color: '#BAA698'

red 186 ◦ green 166 ◦ blue 152

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

Shades of Silk #BAA698

Tints of Silk #BAA698

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.94%

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

R = 36.9%
G = 32.94%
B = 30.16%

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

#BAA698 (or 0xBAA698) is known color: Silk. HEX triplet: BA, A6 and 98. RGB value is (186,166,152). Sum of RGB (Red+Green+Blue) = 186+166+152=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA698 is #455967. Grayscale: #AAAAAA. Windows color (decimal): -4544872 or 10004154. OLE color: 10004154.

HSL color Cylindrical-coordinate representation of color #BAA698: hue angle of 24.71º 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 #BAA698 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 166 152 -
CMYK 0 0.11 0.18 0.27
HSL 24.71º 0.2% 0.66% -
HSV(B) 24.71º 0.18% 0.73% -
XYZ 39.55 39.98 35.34 -
YUV 170.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 186 166 152 0 0.11 0.18 0.27 24.71 0.2 0.66
Hex BA A6 98 0 B 12 1B 19 14 42
Octal 272 246 230 0 13 22 33 31 24 102
Binary 10111010 10100110 10011000 0 1011 10010 11011 11001 10100 1000010

Color Harmonies of #BAA698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA698

Black with #BAA698

Text Example


Text Example

White with #BAA698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA698; }

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

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

background-color css

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

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

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

border-color css

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

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

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