Html Css Color HEX #B5707E Tapestry

📋 copy color: '#B5707E'

red 181 ◦ green 112 ◦ blue 126

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

Shades of Tapestry #B5707E

Tints of Tapestry #B5707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.07%

R = 43.2%
G = 26.73%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5707E (or 0xB5707E) is known color: Tapestry. HEX triplet: B5, 70 and 7E. RGB value is (181,112,126). Sum of RGB (Red+Green+Blue) = 181+112+126=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B5707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5707E is #4A8F81. Grayscale: #868686. Windows color (decimal): -4886402 or 8286389. OLE color: 8286389.

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

Color convert

RGB 181 112 126 -
CMYK 0 0.38 0.30 0.29
HSL 347.83º 0.32% 0.57% -
HSV(B) 347.83º 0.38% 0.71% -
XYZ 28.62 22.92 22.65 -
YUV 134.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 181 112 126 0 0.38 0.30 0.29 347.83 0.32 0.57
Hex B5 70 7E 0 26 1E 1D 15C 20 39
Octal 265 160 176 0 46 36 35 534 40 71
Binary 10110101 1110000 1111110 0 100110 11110 11101 101011100 100000 111001

Color Harmonies of #B5707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5707E

Black with #B5707E

Text Example


Text Example

White with #B5707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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