Html Css Color HEX #B5808B Tapestry

📋 copy color: '#B5808B'

red 181 ◦ green 128 ◦ blue 139

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

Shades of Tapestry #B5808B

Tints of Tapestry #B5808B

RGB

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

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

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

R = 40.4%
G = 28.57%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5808B (or 0xB5808B) is known color: Tapestry. HEX triplet: B5, 80 and 8B. RGB value is (181,128,139). Sum of RGB (Red+Green+Blue) = 181+128+139=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B5808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5808B is #4A7F74. Grayscale: #919191. Windows color (decimal): -4882293 or 9142453. OLE color: 9142453.

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

Color convert

RGB 181 128 139 -
CMYK 0 0.29 0.23 0.29
HSL 347.55º 0.26% 0.61% -
HSV(B) 347.55º 0.29% 0.71% -
XYZ 31.44 27.13 28.01 -
YUV 145.1 124.56 153.61 -
System Red Green Blue C M Y K H S L
Decimal 181 128 139 0 0.29 0.23 0.29 347.55 0.26 0.61
Hex B5 80 8B 0 1D 17 1D 15C 1A 3D
Octal 265 200 213 0 35 27 35 534 32 75
Binary 10110101 10000000 10001011 0 11101 10111 11101 101011100 11010 111101

Color Harmonies of #B5808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5808B

Black with #B5808B

Text Example


Text Example

White with #B5808B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5808B; }

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

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

background-color css

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

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

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

border-color css

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

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

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