Html Css Color HEX #B3828C Tapestry

📋 copy color: '#B3828C'

red 179 ◦ green 130 ◦ blue 140

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

Shades of Tapestry #B3828C

Tints of Tapestry #B3828C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.18%

R = 39.87%
G = 28.95%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3828C (or 0xB3828C) is known color: Tapestry. HEX triplet: B3, 82 and 8C. RGB value is (179,130,140). Sum of RGB (Red+Green+Blue) = 179+130+140=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B3828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3828C is #4C7D73. Grayscale: #919191. Windows color (decimal): -5012852 or 9208499. OLE color: 9208499.

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

Color convert

RGB 179 130 140 -
CMYK 0 0.27 0.22 0.30
HSL 347.76º 0.24% 0.61% -
HSV(B) 347.76º 0.27% 0.7% -
XYZ 31.31 27.44 28.46 -
YUV 145.79 124.73 151.69 -
System Red Green Blue C M Y K H S L
Decimal 179 130 140 0 0.27 0.22 0.30 347.76 0.24 0.61
Hex B3 82 8C 0 1B 16 1E 15C 18 3D
Octal 263 202 214 0 33 26 36 534 30 75
Binary 10110011 10000010 10001100 0 11011 10110 11110 101011100 11000 111101

Color Harmonies of #B3828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3828C

Black with #B3828C

Text Example


Text Example

White with #B3828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3828C; }

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

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

background-color css

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

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

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

border-color css

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

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

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