Html Css Color HEX #B38391 Tapestry

📋 copy color: '#B38391'

red 179 ◦ green 131 ◦ blue 145

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

Shades of Tapestry #B38391

Tints of Tapestry #B38391

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.79%

 BLUE value IS 145 (57.03% from 255) = 31.87%

R = 39.34%
G = 28.79%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B38391 (or 0xB38391) is known color: Tapestry. HEX triplet: B3, 83 and 91. RGB value is (179,131,145). Sum of RGB (Red+Green+Blue) = 179+131+145=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B38391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38391 is #4C7C6E. Grayscale: #929292. Windows color (decimal): -5012591 or 9536435. OLE color: 9536435.

HSL color Cylindrical-coordinate representation of color #B38391: hue angle of 342.5º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B38391 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 131 145 -
CMYK 0 0.27 0.19 0.30
HSL 342.5º 0.24% 0.61% -
HSV(B) 342.5º 0.27% 0.7% -
XYZ 31.82 27.86 30.49 -
YUV 146.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 179 131 145 0 0.27 0.19 0.30 342.5 0.24 0.61
Hex B3 83 91 0 1B 13 1E 156 18 3D
Octal 263 203 221 0 33 23 36 526 30 75
Binary 10110011 10000011 10010001 0 11011 10011 11110 101010110 11000 111101

Color Harmonies of #B38391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38391

Black with #B38391

Text Example


Text Example

White with #B38391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38391; }

 p { color: rgb(179,131,145); }

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

background-color css

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

 a { background-color: rgb(179,131,145); }

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

border-color css

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

 span { border-color: rgb(179,131,145); }

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