Html Css Color HEX #B07591 Tapestry

📋 copy color: '#B07591'

red 176 ◦ green 117 ◦ blue 145

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

Shades of Tapestry #B07591

Tints of Tapestry #B07591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.71%

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

R = 40.18%
G = 26.71%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B07591 (or 0xB07591) is known color: Tapestry. HEX triplet: B0, 75 and 91. RGB value is (176,117,145). Sum of RGB (Red+Green+Blue) = 176+117+145=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B07591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07591 is #4F8A6E. Grayscale: #898989. Windows color (decimal): -5212783 or 9532848. OLE color: 9532848.

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

Color convert

RGB 176 117 145 -
CMYK 0 0.34 0.18 0.31
HSL 331.53º 0.27% 0.57% -
HSV(B) 331.53º 0.34% 0.69% -
XYZ 29.38 24 29.87 -
YUV 137.83 132.05 155.22 -
System Red Green Blue C M Y K H S L
Decimal 176 117 145 0 0.34 0.18 0.31 331.53 0.27 0.57
Hex B0 75 91 0 22 12 1F 14C 1B 39
Octal 260 165 221 0 42 22 37 514 33 71
Binary 10110000 1110101 10010001 0 100010 10010 11111 101001100 11011 111001

Color Harmonies of #B07591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07591

Black with #B07591

Text Example


Text Example

White with #B07591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07591; }

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

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

background-color css

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

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

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

border-color css

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

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

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