Html Css Color HEX #B07391 Tapestry

📋 copy color: '#B07391'

red 176 ◦ green 115 ◦ blue 145

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

Shades of Tapestry #B07391

Tints of Tapestry #B07391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.26%

R = 40.37%
G = 26.38%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B07391 (or 0xB07391) is known color: Tapestry. HEX triplet: B0, 73 and 91. RGB value is (176,115,145). Sum of RGB (Red+Green+Blue) = 176+115+145=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B07391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07391 is #4F8C6E. Grayscale: #888888. Windows color (decimal): -5213295 or 9532336. OLE color: 9532336.

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

Color convert

RGB 176 115 145 -
CMYK 0 0.35 0.18 0.31
HSL 330.49º 0.28% 0.57% -
HSV(B) 330.49º 0.35% 0.69% -
XYZ 29.15 23.54 29.79 -
YUV 136.66 132.71 156.06 -
System Red Green Blue C M Y K H S L
Decimal 176 115 145 0 0.35 0.18 0.31 330.49 0.28 0.57
Hex B0 73 91 0 23 12 1F 14A 1C 39
Octal 260 163 221 0 43 22 37 512 34 71
Binary 10110000 1110011 10010001 0 100011 10010 11111 101001010 11100 111001

Color Harmonies of #B07391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07391

Black with #B07391

Text Example


Text Example

White with #B07391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07391; }

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

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

background-color css

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

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

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

border-color css

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

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

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