Html Css Color HEX #B06879 Tapestry

📋 copy color: '#B06879'

red 176 ◦ green 104 ◦ blue 121

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

Shades of Tapestry #B06879

Tints of Tapestry #B06879

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.94%

 BLUE value IS 121 (47.66% from 255) = 30.17%

R = 43.89%
G = 25.94%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B06879 (or 0xB06879) is known color: Tapestry. HEX triplet: B0, 68 and 79. RGB value is (176,104,121). Sum of RGB (Red+Green+Blue) = 176+104+121=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B06879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06879 is #4F9786. Grayscale: #7F7F7F. Windows color (decimal): -5216135 or 7956656. OLE color: 7956656.

HSL color Cylindrical-coordinate representation of color #B06879: hue angle of 345.83º degrees, saturation: 0.31, 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 #B06879 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 104 121 -
CMYK 0 0.41 0.31 0.31
HSL 345.83º 0.31% 0.55% -
HSV(B) 345.83º 0.41% 0.69% -
XYZ 26.31 20.51 20.66 -
YUV 127.47 124.35 162.62 -
System Red Green Blue C M Y K H S L
Decimal 176 104 121 0 0.41 0.31 0.31 345.83 0.31 0.55
Hex B0 68 79 0 29 1F 1F 15A 1F 37
Octal 260 150 171 0 51 37 37 532 37 67
Binary 10110000 1101000 1111001 0 101001 11111 11111 101011010 11111 110111

Color Harmonies of #B06879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06879

Black with #B06879

Text Example


Text Example

White with #B06879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06879; }

 p { color: rgb(176,104,121); }

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

background-color css

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

 a { background-color: rgb(176,104,121); }

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

border-color css

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

 span { border-color: rgb(176,104,121); }

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