Html Css Color HEX #B36484 Tapestry

📋 copy color: '#B36484'

red 179 ◦ green 100 ◦ blue 132

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

Shades of Tapestry #B36484

Tints of Tapestry #B36484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.33%

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

R = 43.55%
G = 24.33%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B36484 (or 0xB36484) is known color: Tapestry. HEX triplet: B3, 64 and 84. RGB value is (179,100,132). Sum of RGB (Red+Green+Blue) = 179+100+132=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 179 - color contains mainly: red. Hex color #B36484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36484 is #4C9B7B. Grayscale: #7F7F7F. Windows color (decimal): -5020540 or 8676531. OLE color: 8676531.

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

Color convert

RGB 179 100 132 -
CMYK 0 0.44 0.26 0.30
HSL 335.7º 0.34% 0.55% -
HSV(B) 335.7º 0.44% 0.7% -
XYZ 27.31 20.36 24.32 -
YUV 127.27 130.67 164.9 -
System Red Green Blue C M Y K H S L
Decimal 179 100 132 0 0.44 0.26 0.30 335.7 0.34 0.55
Hex B3 64 84 0 2C 1A 1E 150 22 37
Octal 263 144 204 0 54 32 36 520 42 67
Binary 10110011 1100100 10000100 0 101100 11010 11110 101010000 100010 110111

Color Harmonies of #B36484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36484

Black with #B36484

Text Example


Text Example

White with #B36484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36484; }

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

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

background-color css

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

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

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

border-color css

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

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

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