Html Css Color HEX #B0808C Tapestry

📋 copy color: '#B0808C'

red 176 ◦ green 128 ◦ blue 140

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

Shades of Tapestry #B0808C

Tints of Tapestry #B0808C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.53%

R = 39.64%
G = 28.83%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0808C (or 0xB0808C) is known color: Tapestry. HEX triplet: B0, 80 and 8C. RGB value is (176,128,140). Sum of RGB (Red+Green+Blue) = 176+128+140=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B0808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0808C is #4F7F73. Grayscale: #8F8F8F. Windows color (decimal): -5209972 or 9207984. OLE color: 9207984.

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

Color convert

RGB 176 128 140 -
CMYK 0 0.27 0.20 0.31
HSL 345º 0.23% 0.6% -
HSV(B) 345º 0.27% 0.69% -
XYZ 30.36 26.56 28.34 -
YUV 143.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 176 128 140 0 0.27 0.20 0.31 345 0.23 0.6
Hex B0 80 8C 0 1B 14 1F 159 17 3C
Octal 260 200 214 0 33 24 37 531 27 74
Binary 10110000 10000000 10001100 0 11011 10100 11111 101011001 10111 111100

Color Harmonies of #B0808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0808C

Black with #B0808C

Text Example


Text Example

White with #B0808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0808C; }

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

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

background-color css

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

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

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

border-color css

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

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

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