Html Css Color HEX #B5727E Tapestry

📋 copy color: '#B5727E'

red 181 ◦ green 114 ◦ blue 126

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

Shades of Tapestry #B5727E

Tints of Tapestry #B5727E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.08%

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

R = 42.99%
G = 27.08%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5727E (or 0xB5727E) is known color: Tapestry. HEX triplet: B5, 72 and 7E. RGB value is (181,114,126). Sum of RGB (Red+Green+Blue) = 181+114+126=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B5727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5727E is #4A8D81. Grayscale: #878787. Windows color (decimal): -4885890 or 8286901. OLE color: 8286901.

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

Color convert

RGB 181 114 126 -
CMYK 0 0.37 0.30 0.29
HSL 349.25º 0.31% 0.58% -
HSV(B) 349.25º 0.37% 0.71% -
XYZ 28.84 23.36 22.73 -
YUV 135.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 181 114 126 0 0.37 0.30 0.29 349.25 0.31 0.58
Hex B5 72 7E 0 25 1E 1D 15D 1F 3A
Octal 265 162 176 0 45 36 35 535 37 72
Binary 10110101 1110010 1111110 0 100101 11110 11101 101011101 11111 111010

Color Harmonies of #B5727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5727E

Black with #B5727E

Text Example


Text Example

White with #B5727E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5727E; }

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

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

background-color css

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

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

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

border-color css

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

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

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