Html Css Color HEX #B0818E Tapestry

📋 copy color: '#B0818E'

red 176 ◦ green 129 ◦ blue 142

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

Shades of Tapestry #B0818E

Tints of Tapestry #B0818E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.86%

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

R = 39.37%
G = 28.86%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0818E (or 0xB0818E) is known color: Tapestry. HEX triplet: B0, 81 and 8E. RGB value is (176,129,142). Sum of RGB (Red+Green+Blue) = 176+129+142=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B0818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0818E is #4F7E71. Grayscale: #909090. Windows color (decimal): -5209714 or 9339312. OLE color: 9339312.

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

Color convert

RGB 176 129 142 -
CMYK 0 0.27 0.19 0.31
HSL 343.4º 0.23% 0.6% -
HSV(B) 343.4º 0.27% 0.69% -
XYZ 30.64 26.88 29.17 -
YUV 144.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 176 129 142 0 0.27 0.19 0.31 343.4 0.23 0.6
Hex B0 81 8E 0 1B 13 1F 157 17 3C
Octal 260 201 216 0 33 23 37 527 27 74
Binary 10110000 10000001 10001110 0 11011 10011 11111 101010111 10111 111100

Color Harmonies of #B0818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0818E

Black with #B0818E

Text Example


Text Example

White with #B0818E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0818E; }

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

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

background-color css

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

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

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

border-color css

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

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

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