Html Css Color HEX #B36C8B Tapestry

📋 copy color: '#B36C8B'

red 179 ◦ green 108 ◦ blue 139

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

Shades of Tapestry #B36C8B

Tints of Tapestry #B36C8B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.35%

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

R = 42.02%
G = 25.35%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B36C8B (or 0xB36C8B) is known color: Tapestry. HEX triplet: B3, 6C and 8B. RGB value is (179,108,139). Sum of RGB (Red+Green+Blue) = 179+108+139=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36C8B is #4C9374. Grayscale: #848484. Windows color (decimal): -5018485 or 9137331. OLE color: 9137331.

HSL color Cylindrical-coordinate representation of color #B36C8B: hue angle of 333.8º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B36C8B is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 108 139 -
CMYK 0 0.40 0.22 0.30
HSL 333.8º 0.32% 0.56% -
HSV(B) 333.8º 0.4% 0.7% -
XYZ 28.61 22.17 27.2 -
YUV 132.76 131.52 160.98 -
System Red Green Blue C M Y K H S L
Decimal 179 108 139 0 0.40 0.22 0.30 333.8 0.32 0.56
Hex B3 6C 8B 0 28 16 1E 14E 20 38
Octal 263 154 213 0 50 26 36 516 40 70
Binary 10110011 1101100 10001011 0 101000 10110 11110 101001110 100000 111000

Color Harmonies of #B36C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36C8B

Black with #B36C8B

Text Example


Text Example

White with #B36C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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