Html Css Color HEX #B06986 Tapestry

📋 copy color: '#B06986'

red 176 ◦ green 105 ◦ blue 134

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

Shades of Tapestry #B06986

Tints of Tapestry #B06986

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.3%

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

R = 42.41%
G = 25.3%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B06986 (or 0xB06986) is known color: Tapestry. HEX triplet: B0, 69 and 86. RGB value is (176,105,134). Sum of RGB (Red+Green+Blue) = 176+105+134=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B06986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06986 is #4F9679. Grayscale: #818181. Windows color (decimal): -5215866 or 8808880. OLE color: 8808880.

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

Color convert

RGB 176 105 134 -
CMYK 0 0.40 0.24 0.31
HSL 335.49º 0.31% 0.55% -
HSV(B) 335.49º 0.4% 0.69% -
XYZ 27.26 21.05 25.18 -
YUV 129.54 130.52 161.14 -
System Red Green Blue C M Y K H S L
Decimal 176 105 134 0 0.40 0.24 0.31 335.49 0.31 0.55
Hex B0 69 86 0 28 18 1F 14F 1F 37
Octal 260 151 206 0 50 30 37 517 37 67
Binary 10110000 1101001 10000110 0 101000 11000 11111 101001111 11111 110111

Color Harmonies of #B06986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06986

Black with #B06986

Text Example


Text Example

White with #B06986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06986; }

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

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

background-color css

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

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

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

border-color css

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

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

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