Html Css Color HEX #B5848B Tapestry

📋 copy color: '#B5848B'

red 181 ◦ green 132 ◦ blue 139

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

Shades of Tapestry #B5848B

Tints of Tapestry #B5848B

RGB

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

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

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

R = 40.04%
G = 29.2%
B = 30.75%

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

#B5848B (or 0xB5848B) is known color: Tapestry. HEX triplet: B5, 84 and 8B. RGB value is (181,132,139). Sum of RGB (Red+Green+Blue) = 181+132+139=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B5848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5848B is #4A7B74. Grayscale: #939393. Windows color (decimal): -4881269 or 9143477. OLE color: 9143477.

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

Color convert

RGB 181 132 139 -
CMYK 0 0.27 0.23 0.29
HSL 351.43º 0.25% 0.61% -
HSV(B) 351.43º 0.27% 0.71% -
XYZ 31.97 28.19 28.18 -
YUV 147.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 181 132 139 0 0.27 0.23 0.29 351.43 0.25 0.61
Hex B5 84 8B 0 1B 17 1D 15F 19 3D
Octal 265 204 213 0 33 27 35 537 31 75
Binary 10110101 10000100 10001011 0 11011 10111 11101 101011111 11001 111101

Color Harmonies of #B5848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5848B

Black with #B5848B

Text Example


Text Example

White with #B5848B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5848B; }

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

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

background-color css

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

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

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

border-color css

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

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

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