Html Css Color HEX #B5808D Tapestry

📋 copy color: '#B5808D'

red 181 ◦ green 128 ◦ blue 141

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

Shades of Tapestry #B5808D

Tints of Tapestry #B5808D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.44%

 BLUE value IS 141 (55.47% from 255) = 31.33%

R = 40.22%
G = 28.44%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5808D (or 0xB5808D) is known color: Tapestry. HEX triplet: B5, 80 and 8D. RGB value is (181,128,141). Sum of RGB (Red+Green+Blue) = 181+128+141=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B5808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5808D is #4A7F72. Grayscale: #919191. Windows color (decimal): -4882291 or 9273525. OLE color: 9273525.

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

Color convert

RGB 181 128 141 -
CMYK 0 0.29 0.22 0.29
HSL 345.28º 0.26% 0.61% -
HSV(B) 345.28º 0.29% 0.71% -
XYZ 31.58 27.19 28.78 -
YUV 145.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 181 128 141 0 0.29 0.22 0.29 345.28 0.26 0.61
Hex B5 80 8D 0 1D 16 1D 159 1A 3D
Octal 265 200 215 0 35 26 35 531 32 75
Binary 10110101 10000000 10001101 0 11101 10110 11101 101011001 11010 111101

Color Harmonies of #B5808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5808D

Black with #B5808D

Text Example


Text Example

White with #B5808D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5808D; }

 p { color: rgb(181,128,141); }

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

background-color css

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

 a { background-color: rgb(181,128,141); }

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

border-color css

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

 span { border-color: rgb(181,128,141); }

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