Html Css Color HEX #B57384 Tapestry

📋 copy color: '#B57384'

red 181 ◦ green 115 ◦ blue 132

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

Shades of Tapestry #B57384

Tints of Tapestry #B57384

RGB

 RED value IS 181 (71.09% from 255) = 42.29%

 GREEN value IS 115 (45.31% from 255) = 26.87%

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

R = 42.29%
G = 26.87%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B57384 (or 0xB57384) is known color: Tapestry. HEX triplet: B5, 73 and 84. RGB value is (181,115,132). Sum of RGB (Red+Green+Blue) = 181+115+132=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B57384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57384 is #4A8C7B. Grayscale: #888888. Windows color (decimal): -4885628 or 8680373. OLE color: 8680373.

HSL color Cylindrical-coordinate representation of color #B57384: hue angle of 344.55º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B57384 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 115 132 -
CMYK 0 0.36 0.27 0.29
HSL 344.55º 0.31% 0.58% -
HSV(B) 344.55º 0.36% 0.71% -
XYZ 29.35 23.75 24.87 -
YUV 136.67 125.37 159.62 -
System Red Green Blue C M Y K H S L
Decimal 181 115 132 0 0.36 0.27 0.29 344.55 0.31 0.58
Hex B5 73 84 0 24 1B 1D 159 1F 3A
Octal 265 163 204 0 44 33 35 531 37 72
Binary 10110101 1110011 10000100 0 100100 11011 11101 101011001 11111 111010

Color Harmonies of #B57384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57384

Black with #B57384

Text Example


Text Example

White with #B57384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57384; }

 p { color: rgb(181,115,132); }

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

background-color css

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

 a { background-color: rgb(181,115,132); }

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

border-color css

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

 span { border-color: rgb(181,115,132); }

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