Html Css Color HEX #B07780 Tapestry

📋 copy color: '#B07780'

red 176 ◦ green 119 ◦ blue 128

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

Shades of Tapestry #B07780

Tints of Tapestry #B07780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.13%

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

R = 41.61%
G = 28.13%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B07780 (or 0xB07780) is known color: Tapestry. HEX triplet: B0, 77 and 80. RGB value is (176,119,128). Sum of RGB (Red+Green+Blue) = 176+119+128=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B07780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07780 is #4F887F. Grayscale: #898989. Windows color (decimal): -5212288 or 8419248. OLE color: 8419248.

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

Color convert

RGB 176 119 128 -
CMYK 0 0.32 0.27 0.31
HSL 350.53º 0.27% 0.58% -
HSV(B) 350.53º 0.32% 0.69% -
XYZ 28.4 23.98 23.55 -
YUV 137.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 176 119 128 0 0.32 0.27 0.31 350.53 0.27 0.58
Hex B0 77 80 0 20 1B 1F 15F 1B 3A
Octal 260 167 200 0 40 33 37 537 33 72
Binary 10110000 1110111 10000000 0 100000 11011 11111 101011111 11011 111010

Color Harmonies of #B07780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07780

Black with #B07780

Text Example


Text Example

White with #B07780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07780; }

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

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

background-color css

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

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

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

border-color css

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

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

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