Html Css Color HEX #B36691 Tapestry

📋 copy color: '#B36691'

red 179 ◦ green 102 ◦ blue 145

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

Shades of Tapestry #B36691

Tints of Tapestry #B36691

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.94%

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

R = 42.02%
G = 23.94%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B36691 (or 0xB36691) is known color: Tapestry. HEX triplet: B3, 66 and 91. RGB value is (179,102,145). Sum of RGB (Red+Green+Blue) = 179+102+145=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B36691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36691 is #4C996E. Grayscale: #818181. Windows color (decimal): -5020015 or 9529011. OLE color: 9529011.

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

Color convert

RGB 179 102 145 -
CMYK 0 0.43 0.19 0.30
HSL 326.49º 0.34% 0.55% -
HSV(B) 326.49º 0.43% 0.7% -
XYZ 28.45 21.13 29.37 -
YUV 129.93 136.51 163 -
System Red Green Blue C M Y K H S L
Decimal 179 102 145 0 0.43 0.19 0.30 326.49 0.34 0.55
Hex B3 66 91 0 2B 13 1E 146 22 37
Octal 263 146 221 0 53 23 36 506 42 67
Binary 10110011 1100110 10010001 0 101011 10011 11110 101000110 100010 110111

Color Harmonies of #B36691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36691

Black with #B36691

Text Example


Text Example

White with #B36691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36691; }

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

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

background-color css

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

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

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

border-color css

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

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

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