Html Css Color HEX #B38191 Tapestry

📋 copy color: '#B38191'

red 179 ◦ green 129 ◦ blue 145

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

Shades of Tapestry #B38191

Tints of Tapestry #B38191

RGB

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

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

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

R = 39.51%
G = 28.48%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B38191 (or 0xB38191) is known color: Tapestry. HEX triplet: B3, 81 and 91. RGB value is (179,129,145). Sum of RGB (Red+Green+Blue) = 179+129+145=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B38191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38191 is #4C7E6E. Grayscale: #919191. Windows color (decimal): -5013103 or 9535923. OLE color: 9535923.

HSL color Cylindrical-coordinate representation of color #B38191: hue angle of 340.8º 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 #B38191 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 129 145 -
CMYK 0 0.28 0.19 0.30
HSL 340.8º 0.25% 0.6% -
HSV(B) 340.8º 0.28% 0.7% -
XYZ 31.55 27.33 30.4 -
YUV 145.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 179 129 145 0 0.28 0.19 0.30 340.8 0.25 0.6
Hex B3 81 91 0 1C 13 1E 155 19 3C
Octal 263 201 221 0 34 23 36 525 31 74
Binary 10110011 10000001 10010001 0 11100 10011 11110 101010101 11001 111100

Color Harmonies of #B38191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38191

Black with #B38191

Text Example


Text Example

White with #B38191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38191; }

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

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

background-color css

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

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

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

border-color css

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

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

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