Html Css Color HEX #B3848D Tapestry

📋 copy color: '#B3848D'

red 179 ◦ green 132 ◦ blue 141

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

Shades of Tapestry #B3848D

Tints of Tapestry #B3848D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.2%

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

R = 39.6%
G = 29.2%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3848D (or 0xB3848D) is known color: Tapestry. HEX triplet: B3, 84 and 8D. RGB value is (179,132,141). Sum of RGB (Red+Green+Blue) = 179+132+141=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B3848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3848D is #4C7B72. Grayscale: #939393. Windows color (decimal): -5012339 or 9274547. OLE color: 9274547.

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

Color convert

RGB 179 132 141 -
CMYK 0 0.26 0.21 0.30
HSL 348.51º 0.24% 0.61% -
HSV(B) 348.51º 0.26% 0.7% -
XYZ 31.65 28.01 28.94 -
YUV 147.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 179 132 141 0 0.26 0.21 0.30 348.51 0.24 0.61
Hex B3 84 8D 0 1A 15 1E 15D 18 3D
Octal 263 204 215 0 32 25 36 535 30 75
Binary 10110011 10000100 10001101 0 11010 10101 11110 101011101 11000 111101

Color Harmonies of #B3848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3848D

Black with #B3848D

Text Example


Text Example

White with #B3848D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3848D; }

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

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

background-color css

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

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

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

border-color css

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

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

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