Html Css Color HEX #B5707A Tapestry

📋 copy color: '#B5707A'

red 181 ◦ green 112 ◦ blue 122

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

Shades of Tapestry #B5707A

Tints of Tapestry #B5707A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.4%

R = 43.61%
G = 26.99%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5707A (or 0xB5707A) is known color: Tapestry. HEX triplet: B5, 70 and 7A. RGB value is (181,112,122). Sum of RGB (Red+Green+Blue) = 181+112+122=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B5707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5707A is #4A8F85. Grayscale: #858585. Windows color (decimal): -4886406 or 8024245. OLE color: 8024245.

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

Color convert

RGB 181 112 122 -
CMYK 0 0.38 0.33 0.29
HSL 351.3º 0.32% 0.57% -
HSV(B) 351.3º 0.38% 0.71% -
XYZ 28.36 22.82 21.32 -
YUV 133.77 121.36 161.69 -
System Red Green Blue C M Y K H S L
Decimal 181 112 122 0 0.38 0.33 0.29 351.3 0.32 0.57
Hex B5 70 7A 0 26 21 1D 15F 20 39
Octal 265 160 172 0 46 41 35 537 40 71
Binary 10110101 1110000 1111010 0 100110 100001 11101 101011111 100000 111001

Color Harmonies of #B5707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5707A

Black with #B5707A

Text Example


Text Example

White with #B5707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5707A; }

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

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

background-color css

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

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

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

border-color css

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

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

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