Html Css Color HEX #B3828D Tapestry

📋 copy color: '#B3828D'

red 179 ◦ green 130 ◦ blue 141

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

Shades of Tapestry #B3828D

Tints of Tapestry #B3828D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.89%

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

R = 39.78%
G = 28.89%
B = 31.33%

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

#B3828D (or 0xB3828D) is known color: Tapestry. HEX triplet: B3, 82 and 8D. RGB value is (179,130,141). Sum of RGB (Red+Green+Blue) = 179+130+141=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B3828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3828D is #4C7D72. Grayscale: #919191. Windows color (decimal): -5012851 or 9274035. OLE color: 9274035.

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

Color convert

RGB 179 130 141 -
CMYK 0 0.27 0.21 0.30
HSL 346.53º 0.24% 0.61% -
HSV(B) 346.53º 0.27% 0.7% -
XYZ 31.38 27.47 28.85 -
YUV 145.91 125.23 151.61 -
System Red Green Blue C M Y K H S L
Decimal 179 130 141 0 0.27 0.21 0.30 346.53 0.24 0.61
Hex B3 82 8D 0 1B 15 1E 15B 18 3D
Octal 263 202 215 0 33 25 36 533 30 75
Binary 10110011 10000010 10001101 0 11011 10101 11110 101011011 11000 111101

Color Harmonies of #B3828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3828D

Black with #B3828D

Text Example


Text Example

White with #B3828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3828D; }

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

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

background-color css

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

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

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

border-color css

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

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

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