Html Css Color HEX #B0878A Tapestry

📋 copy color: '#B0878A'

red 176 ◦ green 135 ◦ blue 138

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

Shades of Tapestry #B0878A

Tints of Tapestry #B0878A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.07%

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

R = 39.2%
G = 30.07%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B0878A (or 0xB0878A) is known color: Tapestry. HEX triplet: B0, 87 and 8A. RGB value is (176,135,138). Sum of RGB (Red+Green+Blue) = 176+135+138=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B0878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0878A is #4F7875. Grayscale: #939393. Windows color (decimal): -5208182 or 9078704. OLE color: 9078704.

HSL color Cylindrical-coordinate representation of color #B0878A: hue angle of 355.61º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0878A is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 135 138 -
CMYK 0 0.23 0.22 0.31
HSL 355.61º 0.21% 0.61% -
HSV(B) 355.61º 0.23% 0.69% -
XYZ 31.16 28.39 27.88 -
YUV 147.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 176 135 138 0 0.23 0.22 0.31 355.61 0.21 0.61
Hex B0 87 8A 0 17 16 1F 164 15 3D
Octal 260 207 212 0 27 26 37 544 25 75
Binary 10110000 10000111 10001010 0 10111 10110 11111 101100100 10101 111101

Color Harmonies of #B0878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0878A

Black with #B0878A

Text Example


Text Example

White with #B0878A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0878A; }

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

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

background-color css

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

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

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

border-color css

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

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

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