Html Css Color HEX #B3838B Tapestry

📋 copy color: '#B3838B'

red 179 ◦ green 131 ◦ blue 139

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

Shades of Tapestry #B3838B

Tints of Tapestry #B3838B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.96%

R = 39.87%
G = 29.18%
B = 30.96%

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

#B3838B (or 0xB3838B) is known color: Tapestry. HEX triplet: B3, 83 and 8B. RGB value is (179,131,139). Sum of RGB (Red+Green+Blue) = 179+131+139=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B3838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3838B is #4C7C74. Grayscale: #929292. Windows color (decimal): -5012597 or 9143219. OLE color: 9143219.

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

Color convert

RGB 179 131 139 -
CMYK 0 0.27 0.22 0.30
HSL 350º 0.24% 0.61% -
HSV(B) 350º 0.27% 0.7% -
XYZ 31.37 27.68 28.12 -
YUV 146.26 123.9 151.35 -
System Red Green Blue C M Y K H S L
Decimal 179 131 139 0 0.27 0.22 0.30 350 0.24 0.61
Hex B3 83 8B 0 1B 16 1E 15E 18 3D
Octal 263 203 213 0 33 26 36 536 30 75
Binary 10110011 10000011 10001011 0 11011 10110 11110 101011110 11000 111101

Color Harmonies of #B3838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3838B

Black with #B3838B

Text Example


Text Example

White with #B3838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3838B; }

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

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

background-color css

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

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

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

border-color css

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

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

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