Html Css Color HEX #B07580 Tapestry

📋 copy color: '#B07580'

red 176 ◦ green 117 ◦ blue 128

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

Shades of Tapestry #B07580

Tints of Tapestry #B07580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.79%

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

R = 41.81%
G = 27.79%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B07580 (or 0xB07580) is known color: Tapestry. HEX triplet: B0, 75 and 80. RGB value is (176,117,128). Sum of RGB (Red+Green+Blue) = 176+117+128=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B07580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07580 is #4F8A7F. Grayscale: #878787. Windows color (decimal): -5212800 or 8418736. OLE color: 8418736.

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

Color convert

RGB 176 117 128 -
CMYK 0 0.34 0.27 0.31
HSL 348.81º 0.27% 0.57% -
HSV(B) 348.81º 0.34% 0.69% -
XYZ 28.16 23.51 23.48 -
YUV 135.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 176 117 128 0 0.34 0.27 0.31 348.81 0.27 0.57
Hex B0 75 80 0 22 1B 1F 15D 1B 39
Octal 260 165 200 0 42 33 37 535 33 71
Binary 10110000 1110101 10000000 0 100010 11011 11111 101011101 11011 111001

Color Harmonies of #B07580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07580

Black with #B07580

Text Example


Text Example

White with #B07580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07580; }

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

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

background-color css

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

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

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

border-color css

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

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

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