Html Css Color HEX #B36F8F Tapestry

📋 copy color: '#B36F8F'

red 179 ◦ green 111 ◦ blue 143

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

Shades of Tapestry #B36F8F

Tints of Tapestry #B36F8F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.64%

 BLUE value IS 143 (56.25% from 255) = 33.03%

R = 41.34%
G = 25.64%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B36F8F (or 0xB36F8F) is known color: Tapestry. HEX triplet: B3, 6F and 8F. RGB value is (179,111,143). Sum of RGB (Red+Green+Blue) = 179+111+143=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36F8F is #4C9070. Grayscale: #868686. Windows color (decimal): -5017713 or 9400243. OLE color: 9400243.

HSL color Cylindrical-coordinate representation of color #B36F8F: hue angle of 331.76º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B36F8F is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 111 143 -
CMYK 0 0.38 0.20 0.30
HSL 331.76º 0.31% 0.57% -
HSV(B) 331.76º 0.38% 0.7% -
XYZ 29.23 22.94 28.87 -
YUV 134.98 132.53 159.4 -
System Red Green Blue C M Y K H S L
Decimal 179 111 143 0 0.38 0.20 0.30 331.76 0.31 0.57
Hex B3 6F 8F 0 26 14 1E 14C 1F 39
Octal 263 157 217 0 46 24 36 514 37 71
Binary 10110011 1101111 10001111 0 100110 10100 11110 101001100 11111 111001

Color Harmonies of #B36F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36F8F

Black with #B36F8F

Text Example


Text Example

White with #B36F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36F8F; }

 p { color: rgb(179,111,143); }

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

background-color css

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

 a { background-color: rgb(179,111,143); }

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

border-color css

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

 span { border-color: rgb(179,111,143); }

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