Html Css Color HEX #B0898A Tapestry

📋 copy color: '#B0898A'

red 176 ◦ green 137 ◦ blue 138

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

Shades of Tapestry #B0898A

Tints of Tapestry #B0898A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.38%

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

R = 39.02%
G = 30.38%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B0898A (or 0xB0898A) is known color: Tapestry. HEX triplet: B0, 89 and 8A. RGB value is (176,137,138). Sum of RGB (Red+Green+Blue) = 176+137+138=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B0898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0898A is #4F7675. Grayscale: #949494. Windows color (decimal): -5207670 or 9079216. OLE color: 9079216.

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

Color convert

RGB 176 137 138 -
CMYK 0 0.22 0.22 0.31
HSL 358.46º 0.2% 0.61% -
HSV(B) 358.46º 0.22% 0.69% -
XYZ 31.44 28.96 27.98 -
YUV 148.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 176 137 138 0 0.22 0.22 0.31 358.46 0.2 0.61
Hex B0 89 8A 0 16 16 1F 166 14 3D
Octal 260 211 212 0 26 26 37 546 24 75
Binary 10110000 10001001 10001010 0 10110 10110 11111 101100110 10100 111101

Color Harmonies of #B0898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0898A

Black with #B0898A

Text Example


Text Example

White with #B0898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0898A; }

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

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

background-color css

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

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

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

border-color css

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

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

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