Html Css Color HEX #B06679 Tapestry

📋 copy color: '#B06679'

red 176 ◦ green 102 ◦ blue 121

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

Shades of Tapestry #B06679

Tints of Tapestry #B06679

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.56%

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

R = 44.11%
G = 25.56%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B06679 (or 0xB06679) is known color: Tapestry. HEX triplet: B0, 66 and 79. RGB value is (176,102,121). Sum of RGB (Red+Green+Blue) = 176+102+121=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B06679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06679 is #4F9986. Grayscale: #7E7E7E. Windows color (decimal): -5216647 or 7956144. OLE color: 7956144.

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

Color convert

RGB 176 102 121 -
CMYK 0 0.42 0.31 0.31
HSL 344.59º 0.32% 0.55% -
HSV(B) 344.59º 0.42% 0.69% -
XYZ 26.11 20.11 20.6 -
YUV 126.29 125.02 163.46 -
System Red Green Blue C M Y K H S L
Decimal 176 102 121 0 0.42 0.31 0.31 344.59 0.32 0.55
Hex B0 66 79 0 2A 1F 1F 159 20 37
Octal 260 146 171 0 52 37 37 531 40 67
Binary 10110000 1100110 1111001 0 101010 11111 11111 101011001 100000 110111

Color Harmonies of #B06679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06679

Black with #B06679

Text Example


Text Example

White with #B06679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06679; }

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

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

background-color css

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

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

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

border-color css

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

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

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