Html Css Color HEX #B06486 Tapestry

📋 copy color: '#B06486'

red 176 ◦ green 100 ◦ blue 134

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

Shades of Tapestry #B06486

Tints of Tapestry #B06486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.39%

 BLUE value IS 134 (52.73% from 255) = 32.68%

R = 42.93%
G = 24.39%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B06486 (or 0xB06486) is known color: Tapestry. HEX triplet: B0, 64 and 86. RGB value is (176,100,134). Sum of RGB (Red+Green+Blue) = 176+100+134=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B06486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06486 is #4F9B79. Grayscale: #7E7E7E. Windows color (decimal): -5217146 or 8807600. OLE color: 8807600.

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

Color convert

RGB 176 100 134 -
CMYK 0 0.43 0.24 0.31
HSL 333.16º 0.32% 0.54% -
HSV(B) 333.16º 0.43% 0.69% -
XYZ 26.76 20.07 25.02 -
YUV 126.6 132.18 163.24 -
System Red Green Blue C M Y K H S L
Decimal 176 100 134 0 0.43 0.24 0.31 333.16 0.32 0.54
Hex B0 64 86 0 2B 18 1F 14D 20 36
Octal 260 144 206 0 53 30 37 515 40 66
Binary 10110000 1100100 10000110 0 101011 11000 11111 101001101 100000 110110

Color Harmonies of #B06486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06486

Black with #B06486

Text Example


Text Example

White with #B06486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06486; }

 p { color: rgb(176,100,134); }

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

background-color css

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

 a { background-color: rgb(176,100,134); }

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

border-color css

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

 span { border-color: rgb(176,100,134); }

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