Html Css Color HEX #B06890 Tapestry

📋 copy color: '#B06890'

red 176 ◦ green 104 ◦ blue 144

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

Shades of Tapestry #B06890

Tints of Tapestry #B06890

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.53%

 BLUE value IS 144 (56.64% from 255) = 33.96%

R = 41.51%
G = 24.53%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B06890 (or 0xB06890) is known color: Tapestry. HEX triplet: B0, 68 and 90. RGB value is (176,104,144). Sum of RGB (Red+Green+Blue) = 176+104+144=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B06890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06890 is #4F976F. Grayscale: #828282. Windows color (decimal): -5216112 or 9463984. OLE color: 9463984.

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

Color convert

RGB 176 104 144 -
CMYK 0 0.41 0.18 0.31
HSL 326.67º 0.31% 0.55% -
HSV(B) 326.67º 0.41% 0.69% -
XYZ 27.89 21.14 29 -
YUV 130.09 135.85 160.75 -
System Red Green Blue C M Y K H S L
Decimal 176 104 144 0 0.41 0.18 0.31 326.67 0.31 0.55
Hex B0 68 90 0 29 12 1F 147 1F 37
Octal 260 150 220 0 51 22 37 507 37 67
Binary 10110000 1101000 10010000 0 101001 10010 11111 101000111 11111 110111

Color Harmonies of #B06890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06890

Black with #B06890

Text Example


Text Example

White with #B06890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06890; }

 p { color: rgb(176,104,144); }

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

background-color css

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

 a { background-color: rgb(176,104,144); }

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

border-color css

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

 span { border-color: rgb(176,104,144); }

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