Html Css Color HEX #B07191 Tapestry

📋 copy color: '#B07191'

red 176 ◦ green 113 ◦ blue 145

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

Shades of Tapestry #B07191

Tints of Tapestry #B07191

RGB

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

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

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

R = 40.55%
G = 26.04%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B07191 (or 0xB07191) is known color: Tapestry. HEX triplet: B0, 71 and 91. RGB value is (176,113,145). Sum of RGB (Red+Green+Blue) = 176+113+145=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B07191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07191 is #4F8E6E. Grayscale: #878787. Windows color (decimal): -5213807 or 9531824. OLE color: 9531824.

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

Color convert

RGB 176 113 145 -
CMYK 0 0.36 0.18 0.31
HSL 329.52º 0.29% 0.57% -
HSV(B) 329.52º 0.36% 0.69% -
XYZ 28.92 23.08 29.72 -
YUV 135.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 176 113 145 0 0.36 0.18 0.31 329.52 0.29 0.57
Hex B0 71 91 0 24 12 1F 14A 1D 39
Octal 260 161 221 0 44 22 37 512 35 71
Binary 10110000 1110001 10010001 0 100100 10010 11111 101001010 11101 111001

Color Harmonies of #B07191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07191

Black with #B07191

Text Example


Text Example

White with #B07191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07191; }

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

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

background-color css

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

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

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

border-color css

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

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

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