Html Css Color HEX #B07386 Tapestry

📋 copy color: '#B07386'

red 176 ◦ green 115 ◦ blue 134

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

Shades of Tapestry #B07386

Tints of Tapestry #B07386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.06%

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

R = 41.41%
G = 27.06%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B07386 (or 0xB07386) is known color: Tapestry. HEX triplet: B0, 73 and 86. RGB value is (176,115,134). Sum of RGB (Red+Green+Blue) = 176+115+134=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B07386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07386 is #4F8C79. Grayscale: #878787. Windows color (decimal): -5213306 or 8811440. OLE color: 8811440.

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

Color convert

RGB 176 115 134 -
CMYK 0 0.35 0.24 0.31
HSL 341.31º 0.28% 0.57% -
HSV(B) 341.31º 0.35% 0.69% -
XYZ 28.34 23.21 25.54 -
YUV 135.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 176 115 134 0 0.35 0.24 0.31 341.31 0.28 0.57
Hex B0 73 86 0 23 18 1F 155 1C 39
Octal 260 163 206 0 43 30 37 525 34 71
Binary 10110000 1110011 10000110 0 100011 11000 11111 101010101 11100 111001

Color Harmonies of #B07386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07386

Black with #B07386

Text Example


Text Example

White with #B07386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07386; }

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

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

background-color css

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

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

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

border-color css

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

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

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