Html Css Color HEX #B06586 Tapestry

📋 copy color: '#B06586'

red 176 ◦ green 101 ◦ blue 134

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

Shades of Tapestry #B06586

Tints of Tapestry #B06586

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.57%

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

R = 42.82%
G = 24.57%
B = 32.6%

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

#B06586 (or 0xB06586) is known color: Tapestry. HEX triplet: B0, 65 and 86. RGB value is (176,101,134). Sum of RGB (Red+Green+Blue) = 176+101+134=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B06586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06586 is #4F9A79. Grayscale: #7F7F7F. Windows color (decimal): -5216890 or 8807856. OLE color: 8807856.

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

Color convert

RGB 176 101 134 -
CMYK 0 0.43 0.24 0.31
HSL 333.6º 0.32% 0.54% -
HSV(B) 333.6º 0.43% 0.69% -
XYZ 26.86 20.26 25.05 -
YUV 127.19 131.85 162.82 -
System Red Green Blue C M Y K H S L
Decimal 176 101 134 0 0.43 0.24 0.31 333.6 0.32 0.54
Hex B0 65 86 0 2B 18 1F 14E 20 36
Octal 260 145 206 0 53 30 37 516 40 66
Binary 10110000 1100101 10000110 0 101011 11000 11111 101001110 100000 110110

Color Harmonies of #B06586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06586

Black with #B06586

Text Example


Text Example

White with #B06586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06586; }

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

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

background-color css

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

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

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

border-color css

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

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

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