Html Css Color HEX #B0798A Tapestry

📋 copy color: '#B0798A'

red 176 ◦ green 121 ◦ blue 138

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

Shades of Tapestry #B0798A

Tints of Tapestry #B0798A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.82%

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

R = 40.46%
G = 27.82%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B0798A (or 0xB0798A) is known color: Tapestry. HEX triplet: B0, 79 and 8A. RGB value is (176,121,138). Sum of RGB (Red+Green+Blue) = 176+121+138=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B0798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0798A is #4F8675. Grayscale: #8B8B8B. Windows color (decimal): -5211766 or 9075120. OLE color: 9075120.

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

Color convert

RGB 176 121 138 -
CMYK 0 0.31 0.22 0.31
HSL 341.45º 0.26% 0.58% -
HSV(B) 341.45º 0.31% 0.69% -
XYZ 29.33 24.74 27.27 -
YUV 139.38 127.22 154.12 -
System Red Green Blue C M Y K H S L
Decimal 176 121 138 0 0.31 0.22 0.31 341.45 0.26 0.58
Hex B0 79 8A 0 1F 16 1F 155 1A 3A
Octal 260 171 212 0 37 26 37 525 32 72
Binary 10110000 1111001 10001010 0 11111 10110 11111 101010101 11010 111010

Color Harmonies of #B0798A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0798A

Black with #B0798A

Text Example


Text Example

White with #B0798A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0798A; }

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

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

background-color css

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

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

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

border-color css

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

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

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