Html Css Color HEX #B5727D Tapestry

📋 copy color: '#B5727D'

red 181 ◦ green 114 ◦ blue 125

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

Shades of Tapestry #B5727D

Tints of Tapestry #B5727D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.76%

R = 43.1%
G = 27.14%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5727D (or 0xB5727D) is known color: Tapestry. HEX triplet: B5, 72 and 7D. RGB value is (181,114,125). Sum of RGB (Red+Green+Blue) = 181+114+125=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B5727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5727D is #4A8D82. Grayscale: #878787. Windows color (decimal): -4885891 or 8221365. OLE color: 8221365.

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

Color convert

RGB 181 114 125 -
CMYK 0 0.37 0.31 0.29
HSL 350.15º 0.31% 0.58% -
HSV(B) 350.15º 0.37% 0.71% -
XYZ 28.78 23.34 22.39 -
YUV 135.29 122.2 160.61 -
System Red Green Blue C M Y K H S L
Decimal 181 114 125 0 0.37 0.31 0.29 350.15 0.31 0.58
Hex B5 72 7D 0 25 1F 1D 15E 1F 3A
Octal 265 162 175 0 45 37 35 536 37 72
Binary 10110101 1110010 1111101 0 100101 11111 11101 101011110 11111 111010

Color Harmonies of #B5727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5727D

Black with #B5727D

Text Example


Text Example

White with #B5727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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