Html Css Color HEX #B36684 Tapestry

📋 copy color: '#B36684'

red 179 ◦ green 102 ◦ blue 132

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

Shades of Tapestry #B36684

Tints of Tapestry #B36684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.96%

R = 43.34%
G = 24.7%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B36684 (or 0xB36684) is known color: Tapestry. HEX triplet: B3, 66 and 84. RGB value is (179,102,132). Sum of RGB (Red+Green+Blue) = 179+102+132=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B36684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36684 is #4C997B. Grayscale: #808080. Windows color (decimal): -5020028 or 8677043. OLE color: 8677043.

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

Color convert

RGB 179 102 132 -
CMYK 0 0.43 0.26 0.30
HSL 336.62º 0.34% 0.55% -
HSV(B) 336.62º 0.43% 0.7% -
XYZ 27.51 20.75 24.39 -
YUV 128.44 130.01 164.06 -
System Red Green Blue C M Y K H S L
Decimal 179 102 132 0 0.43 0.26 0.30 336.62 0.34 0.55
Hex B3 66 84 0 2B 1A 1E 151 22 37
Octal 263 146 204 0 53 32 36 521 42 67
Binary 10110011 1100110 10000100 0 101011 11010 11110 101010001 100010 110111

Color Harmonies of #B36684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36684

Black with #B36684

Text Example


Text Example

White with #B36684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36684; }

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

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

background-color css

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

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

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

border-color css

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

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

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