Html Css Color HEX #B07186 Tapestry

📋 copy color: '#B07186'

red 176 ◦ green 113 ◦ blue 134

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

Shades of Tapestry #B07186

Tints of Tapestry #B07186

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.71%

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

R = 41.61%
G = 26.71%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B07186 (or 0xB07186) is known color: Tapestry. HEX triplet: B0, 71 and 86. RGB value is (176,113,134). Sum of RGB (Red+Green+Blue) = 176+113+134=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B07186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07186 is #4F8E79. Grayscale: #868686. Windows color (decimal): -5213818 or 8810928. OLE color: 8810928.

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

Color convert

RGB 176 113 134 -
CMYK 0 0.36 0.24 0.31
HSL 340º 0.29% 0.57% -
HSV(B) 340º 0.36% 0.69% -
XYZ 28.11 22.76 25.47 -
YUV 134.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 176 113 134 0 0.36 0.24 0.31 340 0.29 0.57
Hex B0 71 86 0 24 18 1F 154 1D 39
Octal 260 161 206 0 44 30 37 524 35 71
Binary 10110000 1110001 10000110 0 100100 11000 11111 101010100 11101 111001

Color Harmonies of #B07186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07186

Black with #B07186

Text Example


Text Example

White with #B07186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07186; }

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

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

background-color css

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

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

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

border-color css

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

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

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