Html Css Color HEX #B77080 Tapestry

📋 copy color: '#B77080'

red 183 ◦ green 112 ◦ blue 128

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

Shades of Tapestry #B77080

Tints of Tapestry #B77080

RGB

 RED value IS 183 (71.88% from 255) = 43.26%

 GREEN value IS 112 (44.14% from 255) = 26.48%

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

R = 43.26%
G = 26.48%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B77080 (or 0xB77080) is known color: Tapestry. HEX triplet: B7, 70 and 80. RGB value is (183,112,128). Sum of RGB (Red+Green+Blue) = 183+112+128=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B77080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77080 is #488F7F. Grayscale: #878787. Windows color (decimal): -4755328 or 8417463. OLE color: 8417463.

HSL color Cylindrical-coordinate representation of color #B77080: hue angle of 346.48º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B77080 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 112 128 -
CMYK 0 0.39 0.30 0.28
HSL 346.48º 0.33% 0.58% -
HSV(B) 346.48º 0.39% 0.72% -
XYZ 29.22 23.21 23.36 -
YUV 135.05 124.02 162.2 -
System Red Green Blue C M Y K H S L
Decimal 183 112 128 0 0.39 0.30 0.28 346.48 0.33 0.58
Hex B7 70 80 0 27 1E 1C 15A 21 3A
Octal 267 160 200 0 47 36 34 532 41 72
Binary 10110111 1110000 10000000 0 100111 11110 11100 101011010 100001 111010

Color Harmonies of #B77080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77080

Black with #B77080

Text Example


Text Example

White with #B77080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77080; }

 p { color: rgb(183,112,128); }

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

background-color css

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

 a { background-color: rgb(183,112,128); }

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

border-color css

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

 span { border-color: rgb(183,112,128); }

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