Html Css Color HEX #B38193 Tapestry

📋 copy color: '#B38193'

red 179 ◦ green 129 ◦ blue 147

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

Shades of Tapestry #B38193

Tints of Tapestry #B38193

RGB

 RED value IS 179 (70.31% from 255) = 39.34%

 GREEN value IS 129 (50.78% from 255) = 28.35%

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

R = 39.34%
G = 28.35%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B38193 (or 0xB38193) is known color: Tapestry. HEX triplet: B3, 81 and 93. RGB value is (179,129,147). Sum of RGB (Red+Green+Blue) = 179+129+147=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B38193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38193 is #4C7E6C. Grayscale: #919191. Windows color (decimal): -5013101 or 9666995. OLE color: 9666995.

HSL color Cylindrical-coordinate representation of color #B38193: hue angle of 338.4º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B38193 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 129 147 -
CMYK 0 0.28 0.18 0.30
HSL 338.4º 0.25% 0.6% -
HSV(B) 338.4º 0.28% 0.7% -
XYZ 31.71 27.39 31.22 -
YUV 146 128.57 151.54 -
System Red Green Blue C M Y K H S L
Decimal 179 129 147 0 0.28 0.18 0.30 338.4 0.25 0.6
Hex B3 81 93 0 1C 12 1E 152 19 3C
Octal 263 201 223 0 34 22 36 522 31 74
Binary 10110011 10000001 10010011 0 11100 10010 11110 101010010 11001 111100

Color Harmonies of #B38193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38193

Black with #B38193

Text Example


Text Example

White with #B38193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38193; }

 p { color: rgb(179,129,147); }

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

background-color css

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

 a { background-color: rgb(179,129,147); }

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

border-color css

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

 span { border-color: rgb(179,129,147); }

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