Html Css Color HEX #B07180 Tapestry

📋 copy color: '#B07180'

red 176 ◦ green 113 ◦ blue 128

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

Shades of Tapestry #B07180

Tints of Tapestry #B07180

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.1%

 BLUE value IS 128 (50.39% from 255) = 30.7%

R = 42.21%
G = 27.1%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B07180 (or 0xB07180) is known color: Tapestry. HEX triplet: B0, 71 and 80. RGB value is (176,113,128). Sum of RGB (Red+Green+Blue) = 176+113+128=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B07180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07180 is #4F8E7F. Grayscale: #858585. Windows color (decimal): -5213824 or 8417712. OLE color: 8417712.

HSL color Cylindrical-coordinate representation of color #B07180: hue angle of 345.71º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B07180 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 113 128 -
CMYK 0 0.36 0.27 0.31
HSL 345.71º 0.29% 0.57% -
HSV(B) 345.71º 0.36% 0.69% -
XYZ 27.71 22.6 23.32 -
YUV 133.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 176 113 128 0 0.36 0.27 0.31 345.71 0.29 0.57
Hex B0 71 80 0 24 1B 1F 15A 1D 39
Octal 260 161 200 0 44 33 37 532 35 71
Binary 10110000 1110001 10000000 0 100100 11011 11111 101011010 11101 111001

Color Harmonies of #B07180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07180

Black with #B07180

Text Example


Text Example

White with #B07180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07180; }

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

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

background-color css

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

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

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

border-color css

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

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

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