Html Css Color HEX #B0808F Tapestry

📋 copy color: '#B0808F'

red 176 ◦ green 128 ◦ blue 143

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

Shades of Tapestry #B0808F

Tints of Tapestry #B0808F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.64%

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

R = 39.37%
G = 28.64%
B = 31.99%

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

#B0808F (or 0xB0808F) is known color: Tapestry. HEX triplet: B0, 80 and 8F. RGB value is (176,128,143). Sum of RGB (Red+Green+Blue) = 176+128+143=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B0808F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0808F is #4F7F70. Grayscale: #909090. Windows color (decimal): -5209969 or 9404592. OLE color: 9404592.

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

Color convert

RGB 176 128 143 -
CMYK 0 0.27 0.19 0.31
HSL 341.25º 0.23% 0.6% -
HSV(B) 341.25º 0.27% 0.69% -
XYZ 30.58 26.65 29.52 -
YUV 144.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 176 128 143 0 0.27 0.19 0.31 341.25 0.23 0.6
Hex B0 80 8F 0 1B 13 1F 155 17 3C
Octal 260 200 217 0 33 23 37 525 27 74
Binary 10110000 10000000 10001111 0 11011 10011 11111 101010101 10111 111100

Color Harmonies of #B0808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0808F

Black with #B0808F

Text Example


Text Example

White with #B0808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0808F; }

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

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

background-color css

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

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

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

border-color css

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

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

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