Html Css Color HEX #B5707C Tapestry

📋 copy color: '#B5707C'

red 181 ◦ green 112 ◦ blue 124

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

Shades of Tapestry #B5707C

Tints of Tapestry #B5707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.86%

 BLUE value IS 124 (48.83% from 255) = 29.74%

R = 43.41%
G = 26.86%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5707C (or 0xB5707C) is known color: Tapestry. HEX triplet: B5, 70 and 7C. RGB value is (181,112,124). Sum of RGB (Red+Green+Blue) = 181+112+124=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B5707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5707C is #4A8F83. Grayscale: #868686. Windows color (decimal): -4886404 or 8155317. OLE color: 8155317.

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

Color convert

RGB 181 112 124 -
CMYK 0 0.38 0.31 0.29
HSL 349.57º 0.32% 0.57% -
HSV(B) 349.57º 0.38% 0.71% -
XYZ 28.49 22.87 21.98 -
YUV 134 122.36 161.52 -
System Red Green Blue C M Y K H S L
Decimal 181 112 124 0 0.38 0.31 0.29 349.57 0.32 0.57
Hex B5 70 7C 0 26 1F 1D 15E 20 39
Octal 265 160 174 0 46 37 35 536 40 71
Binary 10110101 1110000 1111100 0 100110 11111 11101 101011110 100000 111001

Color Harmonies of #B5707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5707C

Black with #B5707C

Text Example


Text Example

White with #B5707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5707C; }

 p { color: rgb(181,112,124); }

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

background-color css

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

 a { background-color: rgb(181,112,124); }

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

border-color css

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

 span { border-color: rgb(181,112,124); }

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