Html Css Color HEX #B3838D Tapestry

📋 copy color: '#B3838D'

red 179 ◦ green 131 ◦ blue 141

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

Shades of Tapestry #B3838D

Tints of Tapestry #B3838D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.26%

R = 39.69%
G = 29.05%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3838D (or 0xB3838D) is known color: Tapestry. HEX triplet: B3, 83 and 8D. RGB value is (179,131,141). Sum of RGB (Red+Green+Blue) = 179+131+141=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B3838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3838D is #4C7C72. Grayscale: #929292. Windows color (decimal): -5012595 or 9274291. OLE color: 9274291.

HSL color Cylindrical-coordinate representation of color #B3838D: hue angle of 347.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 #B3838D is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 131 141 -
CMYK 0 0.27 0.21 0.30
HSL 347.5º 0.24% 0.61% -
HSV(B) 347.5º 0.27% 0.7% -
XYZ 31.51 27.74 28.89 -
YUV 146.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 179 131 141 0 0.27 0.21 0.30 347.5 0.24 0.61
Hex B3 83 8D 0 1B 15 1E 15C 18 3D
Octal 263 203 215 0 33 25 36 534 30 75
Binary 10110011 10000011 10001101 0 11011 10101 11110 101011100 11000 111101

Color Harmonies of #B3838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3838D

Black with #B3838D

Text Example


Text Example

White with #B3838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3838D; }

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

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

background-color css

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

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

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

border-color css

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

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

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