Html Css Color HEX #B5728C Tapestry

📋 copy color: '#B5728C'

red 181 ◦ green 114 ◦ blue 140

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

Shades of Tapestry #B5728C

Tints of Tapestry #B5728C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.18%

R = 41.61%
G = 26.21%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5728C (or 0xB5728C) is known color: Tapestry. HEX triplet: B5, 72 and 8C. RGB value is (181,114,140). Sum of RGB (Red+Green+Blue) = 181+114+140=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B5728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5728C is #4A8D73. Grayscale: #888888. Windows color (decimal): -4885876 or 9204405. OLE color: 9204405.

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

Color convert

RGB 181 114 140 -
CMYK 0 0.37 0.23 0.29
HSL 336.72º 0.31% 0.58% -
HSV(B) 336.72º 0.37% 0.71% -
XYZ 29.81 23.75 27.82 -
YUV 137 129.7 159.39 -
System Red Green Blue C M Y K H S L
Decimal 181 114 140 0 0.37 0.23 0.29 336.72 0.31 0.58
Hex B5 72 8C 0 25 17 1D 151 1F 3A
Octal 265 162 214 0 45 27 35 521 37 72
Binary 10110101 1110010 10001100 0 100101 10111 11101 101010001 11111 111010

Color Harmonies of #B5728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5728C

Black with #B5728C

Text Example


Text Example

White with #B5728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5728C; }

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

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

background-color css

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

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

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

border-color css

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

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

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