Html Css Color HEX #B5808C Tapestry

📋 copy color: '#B5808C'

red 181 ◦ green 128 ◦ blue 140

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

Shades of Tapestry #B5808C

Tints of Tapestry #B5808C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.18%

R = 40.31%
G = 28.51%
B = 31.18%

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

#B5808C (or 0xB5808C) is known color: Tapestry. HEX triplet: B5, 80 and 8C. RGB value is (181,128,140). Sum of RGB (Red+Green+Blue) = 181+128+140=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B5808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5808C is #4A7F73. Grayscale: #919191. Windows color (decimal): -4882292 or 9207989. OLE color: 9207989.

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

Color convert

RGB 181 128 140 -
CMYK 0 0.29 0.23 0.29
HSL 346.42º 0.26% 0.61% -
HSV(B) 346.42º 0.29% 0.71% -
XYZ 31.51 27.16 28.39 -
YUV 145.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 181 128 140 0 0.29 0.23 0.29 346.42 0.26 0.61
Hex B5 80 8C 0 1D 17 1D 15A 1A 3D
Octal 265 200 214 0 35 27 35 532 32 75
Binary 10110101 10000000 10001100 0 11101 10111 11101 101011010 11010 111101

Color Harmonies of #B5808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5808C

Black with #B5808C

Text Example


Text Example

White with #B5808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5808C; }

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

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

background-color css

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

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

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

border-color css

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

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

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