Html Css Color HEX #B06680 Tapestry

📋 copy color: '#B06680'

red 176 ◦ green 102 ◦ blue 128

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

Shades of Tapestry #B06680

Tints of Tapestry #B06680

RGB

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

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

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

R = 43.35%
G = 25.12%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B06680 (or 0xB06680) is known color: Tapestry. HEX triplet: B0, 66 and 80. RGB value is (176,102,128). Sum of RGB (Red+Green+Blue) = 176+102+128=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B06680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06680 is #4F997F. Grayscale: #7F7F7F. Windows color (decimal): -5216640 or 8414896. OLE color: 8414896.

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

Color convert

RGB 176 102 128 -
CMYK 0 0.42 0.27 0.31
HSL 338.92º 0.32% 0.55% -
HSV(B) 338.92º 0.42% 0.69% -
XYZ 26.55 20.29 22.94 -
YUV 127.09 128.52 162.89 -
System Red Green Blue C M Y K H S L
Decimal 176 102 128 0 0.42 0.27 0.31 338.92 0.32 0.55
Hex B0 66 80 0 2A 1B 1F 153 20 37
Octal 260 146 200 0 52 33 37 523 40 67
Binary 10110000 1100110 10000000 0 101010 11011 11111 101010011 100000 110111

Color Harmonies of #B06680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06680

Black with #B06680

Text Example


Text Example

White with #B06680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06680; }

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

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

background-color css

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

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

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

border-color css

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

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

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