Html Css Color HEX #B0848E Tapestry

📋 copy color: '#B0848E'

red 176 ◦ green 132 ◦ blue 142

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

Shades of Tapestry #B0848E

Tints of Tapestry #B0848E

RGB

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

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

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

R = 39.11%
G = 29.33%
B = 31.56%

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

#B0848E (or 0xB0848E) is known color: Tapestry. HEX triplet: B0, 84 and 8E. RGB value is (176,132,142). Sum of RGB (Red+Green+Blue) = 176+132+142=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B0848E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0848E is #4F7B71. Grayscale: #929292. Windows color (decimal): -5208946 or 9340080. OLE color: 9340080.

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

Color convert

RGB 176 132 142 -
CMYK 0 0.25 0.19 0.31
HSL 346.36º 0.22% 0.6% -
HSV(B) 346.36º 0.25% 0.69% -
XYZ 31.04 27.69 29.3 -
YUV 146.3 125.58 149.19 -
System Red Green Blue C M Y K H S L
Decimal 176 132 142 0 0.25 0.19 0.31 346.36 0.22 0.6
Hex B0 84 8E 0 19 13 1F 15A 16 3C
Octal 260 204 216 0 31 23 37 532 26 74
Binary 10110000 10000100 10001110 0 11001 10011 11111 101011010 10110 111100

Color Harmonies of #B0848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0848E

Black with #B0848E

Text Example


Text Example

White with #B0848E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0848E; }

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

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

background-color css

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

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

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

border-color css

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

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

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