Html Css Color HEX #B5848E Tapestry

📋 copy color: '#B5848E'

red 181 ◦ green 132 ◦ blue 142

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

Shades of Tapestry #B5848E

Tints of Tapestry #B5848E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.01%

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

R = 39.78%
G = 29.01%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5848E (or 0xB5848E) is known color: Tapestry. HEX triplet: B5, 84 and 8E. RGB value is (181,132,142). Sum of RGB (Red+Green+Blue) = 181+132+142=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B5848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5848E is #4A7B71. Grayscale: #939393. Windows color (decimal): -4881266 or 9340085. OLE color: 9340085.

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

Color convert

RGB 181 132 142 -
CMYK 0 0.27 0.22 0.29
HSL 347.76º 0.25% 0.61% -
HSV(B) 347.76º 0.27% 0.71% -
XYZ 32.19 28.28 29.35 -
YUV 147.79 124.73 151.69 -
System Red Green Blue C M Y K H S L
Decimal 181 132 142 0 0.27 0.22 0.29 347.76 0.25 0.61
Hex B5 84 8E 0 1B 16 1D 15C 19 3D
Octal 265 204 216 0 33 26 35 534 31 75
Binary 10110101 10000100 10001110 0 11011 10110 11101 101011100 11001 111101

Color Harmonies of #B5848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5848E

Black with #B5848E

Text Example


Text Example

White with #B5848E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5848E; }

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

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

background-color css

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

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

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

border-color css

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

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

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