Html Css Color HEX #B06780 Tapestry

📋 copy color: '#B06780'

red 176 ◦ green 103 ◦ blue 128

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

Shades of Tapestry #B06780

Tints of Tapestry #B06780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.31%

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

R = 43.24%
G = 25.31%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B06780 (or 0xB06780) is known color: Tapestry. HEX triplet: B0, 67 and 80. RGB value is (176,103,128). Sum of RGB (Red+Green+Blue) = 176+103+128=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B06780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06780 is #4F987F. Grayscale: #7F7F7F. Windows color (decimal): -5216384 or 8415152. OLE color: 8415152.

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

Color convert

RGB 176 103 128 -
CMYK 0 0.41 0.27 0.31
HSL 339.45º 0.32% 0.55% -
HSV(B) 339.45º 0.41% 0.69% -
XYZ 26.65 20.49 22.97 -
YUV 127.68 128.18 162.47 -
System Red Green Blue C M Y K H S L
Decimal 176 103 128 0 0.41 0.27 0.31 339.45 0.32 0.55
Hex B0 67 80 0 29 1B 1F 153 20 37
Octal 260 147 200 0 51 33 37 523 40 67
Binary 10110000 1100111 10000000 0 101001 11011 11111 101010011 100000 110111

Color Harmonies of #B06780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06780

Black with #B06780

Text Example


Text Example

White with #B06780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06780; }

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

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

background-color css

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

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

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

border-color css

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

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

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