Html Css Color HEX #B5848C Tapestry

📋 copy color: '#B5848C'

red 181 ◦ green 132 ◦ blue 140

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

Shades of Tapestry #B5848C

Tints of Tapestry #B5848C

RGB

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

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

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

R = 39.96%
G = 29.14%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5848C (or 0xB5848C) is known color: Tapestry. HEX triplet: B5, 84 and 8C. RGB value is (181,132,140). Sum of RGB (Red+Green+Blue) = 181+132+140=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B5848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5848C is #4A7B73. Grayscale: #939393. Windows color (decimal): -4881268 or 9209013. OLE color: 9209013.

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

Color convert

RGB 181 132 140 -
CMYK 0 0.27 0.23 0.29
HSL 350.2º 0.25% 0.61% -
HSV(B) 350.2º 0.27% 0.71% -
XYZ 32.04 28.22 28.57 -
YUV 147.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 181 132 140 0 0.27 0.23 0.29 350.2 0.25 0.61
Hex B5 84 8C 0 1B 17 1D 15E 19 3D
Octal 265 204 214 0 33 27 35 536 31 75
Binary 10110101 10000100 10001100 0 11011 10111 11101 101011110 11001 111101

Color Harmonies of #B5848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5848C

Black with #B5848C

Text Example


Text Example

White with #B5848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5848C; }

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

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

background-color css

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

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

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

border-color css

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

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

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