Html Css Color HEX #B0848F Tapestry

📋 copy color: '#B0848F'

red 176 ◦ green 132 ◦ blue 143

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

Shades of Tapestry #B0848F

Tints of Tapestry #B0848F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.71%

R = 39.02%
G = 29.27%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0848F (or 0xB0848F) is known color: Tapestry. HEX triplet: B0, 84 and 8F. RGB value is (176,132,143). Sum of RGB (Red+Green+Blue) = 176+132+143=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B0848F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0848F is #4F7B70. Grayscale: #929292. Windows color (decimal): -5208945 or 9405616. OLE color: 9405616.

HSL color Cylindrical-coordinate representation of color #B0848F: hue angle of 345º 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 #B0848F is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 132 143 -
CMYK 0 0.25 0.19 0.31
HSL 345º 0.22% 0.6% -
HSV(B) 345º 0.25% 0.69% -
XYZ 31.11 27.72 29.7 -
YUV 146.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 176 132 143 0 0.25 0.19 0.31 345 0.22 0.6
Hex B0 84 8F 0 19 13 1F 159 16 3C
Octal 260 204 217 0 31 23 37 531 26 74
Binary 10110000 10000100 10001111 0 11001 10011 11111 101011001 10110 111100

Color Harmonies of #B0848F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0848F

Black with #B0848F

Text Example


Text Example

White with #B0848F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0848F; }

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

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

background-color css

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

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

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

border-color css

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

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

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