Html Css Color HEX #B6A393 Silk

📋 copy color: '#B6A393'

red 182 ◦ green 163 ◦ blue 147

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

Shades of Silk #B6A393

Tints of Silk #B6A393

RGB

 RED value IS 182 (71.48% from 255) = 36.99%

 GREEN value IS 163 (64.06% from 255) = 33.13%

 BLUE value IS 147 (57.81% from 255) = 29.88%

R = 36.99%
G = 33.13%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B6A393 (or 0xB6A393) is known color: Silk. HEX triplet: B6, A3 and 93. RGB value is (182,163,147). Sum of RGB (Red+Green+Blue) = 182+163+147=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A393 is #495C6C. Grayscale: #A6A6A6. Windows color (decimal): -4807789 or 9675702. OLE color: 9675702.

HSL color Cylindrical-coordinate representation of color #B6A393: hue angle of 27.43º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6A393 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 163 147 -
CMYK 0 0.10 0.19 0.29
HSL 27.43º 0.19% 0.65% -
HSV(B) 27.43º 0.19% 0.71% -
XYZ 37.66 38.25 33 -
YUV 166.86 116.79 138.8 -
System Red Green Blue C M Y K H S L
Decimal 182 163 147 0 0.10 0.19 0.29 27.43 0.19 0.65
Hex B6 A3 93 0 A 13 1D 1B 13 41
Octal 266 243 223 0 12 23 35 33 23 101
Binary 10110110 10100011 10010011 0 1010 10011 11101 11011 10011 1000001

Color Harmonies of #B6A393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A393

Black with #B6A393

Text Example


Text Example

White with #B6A393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A393; }

 p { color: rgb(182,163,147); }

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

background-color css

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

 a { background-color: rgb(182,163,147); }

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

border-color css

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

 span { border-color: rgb(182,163,147); }

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