Html Css Color HEX #B36591 Tapestry

📋 copy color: '#B36591'

red 179 ◦ green 101 ◦ blue 145

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

Shades of Tapestry #B36591

Tints of Tapestry #B36591

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.76%

 BLUE value IS 145 (57.03% from 255) = 34.12%

R = 42.12%
G = 23.76%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B36591 (or 0xB36591) is known color: Tapestry. HEX triplet: B3, 65 and 91. RGB value is (179,101,145). Sum of RGB (Red+Green+Blue) = 179+101+145=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B36591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36591 is #4C9A6E. Grayscale: #818181. Windows color (decimal): -5020271 or 9528755. OLE color: 9528755.

HSL color Cylindrical-coordinate representation of color #B36591: hue angle of 326.15º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B36591 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 101 145 -
CMYK 0 0.44 0.19 0.30
HSL 326.15º 0.34% 0.55% -
HSV(B) 326.15º 0.44% 0.7% -
XYZ 28.35 20.94 29.33 -
YUV 129.34 136.84 163.42 -
System Red Green Blue C M Y K H S L
Decimal 179 101 145 0 0.44 0.19 0.30 326.15 0.34 0.55
Hex B3 65 91 0 2C 13 1E 146 22 37
Octal 263 145 221 0 54 23 36 506 42 67
Binary 10110011 1100101 10010001 0 101100 10011 11110 101000110 100010 110111

Color Harmonies of #B36591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36591

Black with #B36591

Text Example


Text Example

White with #B36591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36591; }

 p { color: rgb(179,101,145); }

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

background-color css

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

 a { background-color: rgb(179,101,145); }

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

border-color css

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

 span { border-color: rgb(179,101,145); }

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