Html Css Color HEX #B5727F Tapestry

📋 copy color: '#B5727F'

red 181 ◦ green 114 ◦ blue 127

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

Shades of Tapestry #B5727F

Tints of Tapestry #B5727F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.09%

R = 42.89%
G = 27.01%
B = 30.09%

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

#B5727F (or 0xB5727F) is known color: Tapestry. HEX triplet: B5, 72 and 7F. RGB value is (181,114,127). Sum of RGB (Red+Green+Blue) = 181+114+127=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B5727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5727F is #4A8D80. Grayscale: #878787. Windows color (decimal): -4885889 or 8352437. OLE color: 8352437.

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

Color convert

RGB 181 114 127 -
CMYK 0 0.37 0.30 0.29
HSL 348.36º 0.31% 0.58% -
HSV(B) 348.36º 0.37% 0.71% -
XYZ 28.9 23.39 23.07 -
YUV 135.52 123.2 160.44 -
System Red Green Blue C M Y K H S L
Decimal 181 114 127 0 0.37 0.30 0.29 348.36 0.31 0.58
Hex B5 72 7F 0 25 1E 1D 15C 1F 3A
Octal 265 162 177 0 45 36 35 534 37 72
Binary 10110101 1110010 1111111 0 100101 11110 11101 101011100 11111 111010

Color Harmonies of #B5727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5727F

Black with #B5727F

Text Example


Text Example

White with #B5727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5727F; }

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

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

background-color css

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

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

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

border-color css

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

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

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