Html Css Color HEX #B06779 Tapestry

📋 copy color: '#B06779'

red 176 ◦ green 103 ◦ blue 121

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

Shades of Tapestry #B06779

Tints of Tapestry #B06779

RGB

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

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

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

R = 44%
G = 25.75%
B = 30.25%

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

#B06779 (or 0xB06779) is known color: Tapestry. HEX triplet: B0, 67 and 79. RGB value is (176,103,121). Sum of RGB (Red+Green+Blue) = 176+103+121=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B06779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06779 is #4F9886. Grayscale: #7E7E7E. Windows color (decimal): -5216391 or 7956400. OLE color: 7956400.

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

Color convert

RGB 176 103 121 -
CMYK 0 0.41 0.31 0.31
HSL 345.21º 0.32% 0.55% -
HSV(B) 345.21º 0.41% 0.69% -
XYZ 26.21 20.31 20.63 -
YUV 126.88 124.68 163.04 -
System Red Green Blue C M Y K H S L
Decimal 176 103 121 0 0.41 0.31 0.31 345.21 0.32 0.55
Hex B0 67 79 0 29 1F 1F 159 20 37
Octal 260 147 171 0 51 37 37 531 40 67
Binary 10110000 1100111 1111001 0 101001 11111 11111 101011001 100000 110111

Color Harmonies of #B06779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06779

Black with #B06779

Text Example


Text Example

White with #B06779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06779; }

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

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

background-color css

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

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

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

border-color css

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

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

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