Html Css Color HEX #B0848D Tapestry

📋 copy color: '#B0848D'

red 176 ◦ green 132 ◦ blue 141

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

Shades of Tapestry #B0848D

Tints of Tapestry #B0848D

RGB

 RED value IS 176 (69.14% from 255) = 39.2%

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

 BLUE value IS 141 (55.47% from 255) = 31.4%

R = 39.2%
G = 29.4%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0848D (or 0xB0848D) is known color: Tapestry. HEX triplet: B0, 84 and 8D. RGB value is (176,132,141). Sum of RGB (Red+Green+Blue) = 176+132+141=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B0848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0848D is #4F7B72. Grayscale: #929292. Windows color (decimal): -5208947 or 9274544. OLE color: 9274544.

HSL color Cylindrical-coordinate representation of color #B0848D: hue angle of 347.73º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0848D is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 132 141 -
CMYK 0 0.25 0.20 0.31
HSL 347.73º 0.22% 0.6% -
HSV(B) 347.73º 0.25% 0.69% -
XYZ 30.96 27.66 28.91 -
YUV 146.18 125.08 149.27 -
System Red Green Blue C M Y K H S L
Decimal 176 132 141 0 0.25 0.20 0.31 347.73 0.22 0.6
Hex B0 84 8D 0 19 14 1F 15C 16 3C
Octal 260 204 215 0 31 24 37 534 26 74
Binary 10110000 10000100 10001101 0 11001 10100 11111 101011100 10110 111100

Color Harmonies of #B0848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0848D

Black with #B0848D

Text Example


Text Example

White with #B0848D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0848D; }

 p { color: rgb(176,132,141); }

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

background-color css

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

 a { background-color: rgb(176,132,141); }

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

border-color css

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

 span { border-color: rgb(176,132,141); }

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