Html Css Color HEX #B08086 Tapestry

📋 copy color: '#B08086'

red 176 ◦ green 128 ◦ blue 134

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

Shades of Tapestry #B08086

Tints of Tapestry #B08086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.59%

R = 40.18%
G = 29.22%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B08086 (or 0xB08086) is known color: Tapestry. HEX triplet: B0, 80 and 86. RGB value is (176,128,134). Sum of RGB (Red+Green+Blue) = 176+128+134=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B08086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08086 is #4F7F79. Grayscale: #8F8F8F. Windows color (decimal): -5209978 or 8814768. OLE color: 8814768.

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

Color convert

RGB 176 128 134 -
CMYK 0 0.27 0.24 0.31
HSL 352.5º 0.23% 0.6% -
HSV(B) 352.5º 0.27% 0.69% -
XYZ 29.93 26.39 26.07 -
YUV 143.04 122.9 151.51 -
System Red Green Blue C M Y K H S L
Decimal 176 128 134 0 0.27 0.24 0.31 352.5 0.23 0.6
Hex B0 80 86 0 1B 18 1F 160 17 3C
Octal 260 200 206 0 33 30 37 540 27 74
Binary 10110000 10000000 10000110 0 11011 11000 11111 101100000 10111 111100

Color Harmonies of #B08086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08086

Black with #B08086

Text Example


Text Example

White with #B08086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08086; }

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

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

background-color css

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

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

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

border-color css

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

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

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