Html Css Color HEX #B5828F Tapestry

📋 copy color: '#B5828F'

red 181 ◦ green 130 ◦ blue 143

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

Shades of Tapestry #B5828F

Tints of Tapestry #B5828F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.63%

 BLUE value IS 143 (56.25% from 255) = 31.5%

R = 39.87%
G = 28.63%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B5828F (or 0xB5828F) is known color: Tapestry. HEX triplet: B5, 82 and 8F. RGB value is (181,130,143). Sum of RGB (Red+Green+Blue) = 181+130+143=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B5828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5828F is #4A7D70. Grayscale: #929292. Windows color (decimal): -4881777 or 9405109. OLE color: 9405109.

HSL color Cylindrical-coordinate representation of color #B5828F: hue angle of 344.71º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5828F is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 130 143 -
CMYK 0 0.28 0.21 0.29
HSL 344.71º 0.26% 0.61% -
HSV(B) 344.71º 0.28% 0.71% -
XYZ 32 27.77 29.66 -
YUV 146.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 181 130 143 0 0.28 0.21 0.29 344.71 0.26 0.61
Hex B5 82 8F 0 1C 15 1D 159 1A 3D
Octal 265 202 217 0 34 25 35 531 32 75
Binary 10110101 10000010 10001111 0 11100 10101 11101 101011001 11010 111101

Color Harmonies of #B5828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5828F

Black with #B5828F

Text Example


Text Example

White with #B5828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5828F; }

 p { color: rgb(181,130,143); }

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

background-color css

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

 a { background-color: rgb(181,130,143); }

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

border-color css

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

 span { border-color: rgb(181,130,143); }

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