Html Css Color HEX #B5718A Tapestry

📋 copy color: '#B5718A'

red 181 ◦ green 113 ◦ blue 138

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

Shades of Tapestry #B5718A

Tints of Tapestry #B5718A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.16%

 BLUE value IS 138 (54.3% from 255) = 31.94%

R = 41.9%
G = 26.16%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5718A (or 0xB5718A) is known color: Tapestry. HEX triplet: B5, 71 and 8A. RGB value is (181,113,138). Sum of RGB (Red+Green+Blue) = 181+113+138=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B5718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5718A is #4A8E75. Grayscale: #888888. Windows color (decimal): -4886134 or 9073077. OLE color: 9073077.

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

Color convert

RGB 181 113 138 -
CMYK 0 0.38 0.24 0.29
HSL 337.94º 0.31% 0.58% -
HSV(B) 337.94º 0.38% 0.71% -
XYZ 29.55 23.47 27.02 -
YUV 136.18 129.03 159.97 -
System Red Green Blue C M Y K H S L
Decimal 181 113 138 0 0.38 0.24 0.29 337.94 0.31 0.58
Hex B5 71 8A 0 26 18 1D 152 1F 3A
Octal 265 161 212 0 46 30 35 522 37 72
Binary 10110101 1110001 10001010 0 100110 11000 11101 101010010 11111 111010

Color Harmonies of #B5718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5718A

Black with #B5718A

Text Example


Text Example

White with #B5718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5718A; }

 p { color: rgb(181,113,138); }

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

background-color css

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

 a { background-color: rgb(181,113,138); }

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

border-color css

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

 span { border-color: rgb(181,113,138); }

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