Html Css Color HEX #B3858B Tapestry

📋 copy color: '#B3858B'

red 179 ◦ green 133 ◦ blue 139

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

Shades of Tapestry #B3858B

Tints of Tapestry #B3858B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.49%

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

R = 39.69%
G = 29.49%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3858B (or 0xB3858B) is known color: Tapestry. HEX triplet: B3, 85 and 8B. RGB value is (179,133,139). Sum of RGB (Red+Green+Blue) = 179+133+139=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B3858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3858B is #4C7A74. Grayscale: #939393. Windows color (decimal): -5012085 or 9143731. OLE color: 9143731.

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

Color convert

RGB 179 133 139 -
CMYK 0 0.26 0.22 0.30
HSL 352.17º 0.23% 0.61% -
HSV(B) 352.17º 0.26% 0.7% -
XYZ 31.64 28.22 28.21 -
YUV 147.44 123.24 150.51 -
System Red Green Blue C M Y K H S L
Decimal 179 133 139 0 0.26 0.22 0.30 352.17 0.23 0.61
Hex B3 85 8B 0 1A 16 1E 160 17 3D
Octal 263 205 213 0 32 26 36 540 27 75
Binary 10110011 10000101 10001011 0 11010 10110 11110 101100000 10111 111101

Color Harmonies of #B3858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3858B

Black with #B3858B

Text Example


Text Example

White with #B3858B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3858B; }

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

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

background-color css

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

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

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

border-color css

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

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

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