Html Css Color HEX #B0808A Tapestry

📋 copy color: '#B0808A'

red 176 ◦ green 128 ◦ blue 138

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

Shades of Tapestry #B0808A

Tints of Tapestry #B0808A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.22%

R = 39.82%
G = 28.96%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B0808A (or 0xB0808A) is known color: Tapestry. HEX triplet: B0, 80 and 8A. RGB value is (176,128,138). Sum of RGB (Red+Green+Blue) = 176+128+138=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B0808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0808A is #4F7F75. Grayscale: #8F8F8F. Windows color (decimal): -5209974 or 9076912. OLE color: 9076912.

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

Color convert

RGB 176 128 138 -
CMYK 0 0.27 0.22 0.31
HSL 347.5º 0.23% 0.6% -
HSV(B) 347.5º 0.27% 0.69% -
XYZ 30.21 26.5 27.57 -
YUV 143.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 176 128 138 0 0.27 0.22 0.31 347.5 0.23 0.6
Hex B0 80 8A 0 1B 16 1F 15C 17 3C
Octal 260 200 212 0 33 26 37 534 27 74
Binary 10110000 10000000 10001010 0 11011 10110 11111 101011100 10111 111100

Color Harmonies of #B0808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0808A

Black with #B0808A

Text Example


Text Example

White with #B0808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0808A; }

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

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

background-color css

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

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

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

border-color css

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

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

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