Html Css Color HEX #B5808E Tapestry

📋 copy color: '#B5808E'

red 181 ◦ green 128 ◦ blue 142

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

Shades of Tapestry #B5808E

Tints of Tapestry #B5808E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.49%

R = 40.13%
G = 28.38%
B = 31.49%

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

#B5808E (or 0xB5808E) is known color: Tapestry. HEX triplet: B5, 80 and 8E. RGB value is (181,128,142). Sum of RGB (Red+Green+Blue) = 181+128+142=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B5808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5808E is #4A7F71. Grayscale: #919191. Windows color (decimal): -4882290 or 9339061. OLE color: 9339061.

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

Color convert

RGB 181 128 142 -
CMYK 0 0.29 0.22 0.29
HSL 344.15º 0.26% 0.61% -
HSV(B) 344.15º 0.29% 0.71% -
XYZ 31.66 27.22 29.18 -
YUV 145.44 126.06 153.36 -
System Red Green Blue C M Y K H S L
Decimal 181 128 142 0 0.29 0.22 0.29 344.15 0.26 0.61
Hex B5 80 8E 0 1D 16 1D 158 1A 3D
Octal 265 200 216 0 35 26 35 530 32 75
Binary 10110101 10000000 10001110 0 11101 10110 11101 101011000 11010 111101

Color Harmonies of #B5808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5808E

Black with #B5808E

Text Example


Text Example

White with #B5808E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5808E; }

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

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

background-color css

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

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

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

border-color css

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

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

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