Html Css Color HEX #B08085 Tapestry

📋 copy color: '#B08085'

red 176 ◦ green 128 ◦ blue 133

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

Shades of Tapestry #B08085

Tints of Tapestry #B08085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.43%

R = 40.27%
G = 29.29%
B = 30.43%

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

#B08085 (or 0xB08085) is known color: Tapestry. HEX triplet: B0, 80 and 85. RGB value is (176,128,133). Sum of RGB (Red+Green+Blue) = 176+128+133=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B08085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08085 is #4F7F7A. Grayscale: #8E8E8E. Windows color (decimal): -5209979 or 8749232. OLE color: 8749232.

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

Color convert

RGB 176 128 133 -
CMYK 0 0.27 0.24 0.31
HSL 353.75º 0.23% 0.6% -
HSV(B) 353.75º 0.27% 0.69% -
XYZ 29.86 26.36 25.71 -
YUV 142.92 122.4 151.59 -
System Red Green Blue C M Y K H S L
Decimal 176 128 133 0 0.27 0.24 0.31 353.75 0.23 0.6
Hex B0 80 85 0 1B 18 1F 162 17 3C
Octal 260 200 205 0 33 30 37 542 27 74
Binary 10110000 10000000 10000101 0 11011 11000 11111 101100010 10111 111100

Color Harmonies of #B08085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08085

Black with #B08085

Text Example


Text Example

White with #B08085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08085; }

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

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

background-color css

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

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

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

border-color css

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

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

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