Html Css Color HEX #B5728B Tapestry

📋 copy color: '#B5728B'

red 181 ◦ green 114 ◦ blue 139

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

Shades of Tapestry #B5728B

Tints of Tapestry #B5728B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.03%

R = 41.71%
G = 26.27%
B = 32.03%

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

#B5728B (or 0xB5728B) is known color: Tapestry. HEX triplet: B5, 72 and 8B. RGB value is (181,114,139). Sum of RGB (Red+Green+Blue) = 181+114+139=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B5728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5728B is #4A8D74. Grayscale: #888888. Windows color (decimal): -4885877 or 9138869. OLE color: 9138869.

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

Color convert

RGB 181 114 139 -
CMYK 0 0.37 0.23 0.29
HSL 337.61º 0.31% 0.58% -
HSV(B) 337.61º 0.37% 0.71% -
XYZ 29.73 23.72 27.44 -
YUV 136.88 129.2 159.47 -
System Red Green Blue C M Y K H S L
Decimal 181 114 139 0 0.37 0.23 0.29 337.61 0.31 0.58
Hex B5 72 8B 0 25 17 1D 152 1F 3A
Octal 265 162 213 0 45 27 35 522 37 72
Binary 10110101 1110010 10001011 0 100101 10111 11101 101010010 11111 111010

Color Harmonies of #B5728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5728B

Black with #B5728B

Text Example


Text Example

White with #B5728B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5728B; }

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

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

background-color css

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

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

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

border-color css

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

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

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