Html Css Color HEX #B07491 Tapestry

📋 copy color: '#B07491'

red 176 ◦ green 116 ◦ blue 145

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

Shades of Tapestry #B07491

Tints of Tapestry #B07491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.54%

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

R = 40.27%
G = 26.54%
B = 33.18%

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

#B07491 (or 0xB07491) is known color: Tapestry. HEX triplet: B0, 74 and 91. RGB value is (176,116,145). Sum of RGB (Red+Green+Blue) = 176+116+145=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 145 (57.03% from 255 or 33.18% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B07491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07491 is #4F8B6E. Grayscale: #898989. Windows color (decimal): -5213039 or 9532592. OLE color: 9532592.

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

Color convert

RGB 176 116 145 -
CMYK 0 0.34 0.18 0.31
HSL 331º 0.28% 0.57% -
HSV(B) 331º 0.34% 0.69% -
XYZ 29.26 23.77 29.83 -
YUV 137.25 132.38 155.64 -
System Red Green Blue C M Y K H S L
Decimal 176 116 145 0 0.34 0.18 0.31 331 0.28 0.57
Hex B0 74 91 0 22 12 1F 14B 1C 39
Octal 260 164 221 0 42 22 37 513 34 71
Binary 10110000 1110100 10010001 0 100010 10010 11111 101001011 11100 111001

Color Harmonies of #B07491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07491

Black with #B07491

Text Example


Text Example

White with #B07491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07491; }

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

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

background-color css

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

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

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

border-color css

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

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

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