Html Css Color HEX #B07590 Tapestry

📋 copy color: '#B07590'

red 176 ◦ green 117 ◦ blue 144

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

Shades of Tapestry #B07590

Tints of Tapestry #B07590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.95%

R = 40.27%
G = 26.77%
B = 32.95%

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

#B07590 (or 0xB07590) is known color: Tapestry. HEX triplet: B0, 75 and 90. RGB value is (176,117,144). Sum of RGB (Red+Green+Blue) = 176+117+144=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B07590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07590 is #4F8A6F. Grayscale: #898989. Windows color (decimal): -5212784 or 9467312. OLE color: 9467312.

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

Color convert

RGB 176 117 144 -
CMYK 0 0.34 0.18 0.31
HSL 332.54º 0.27% 0.57% -
HSV(B) 332.54º 0.34% 0.69% -
XYZ 29.3 23.97 29.47 -
YUV 137.72 131.55 155.3 -
System Red Green Blue C M Y K H S L
Decimal 176 117 144 0 0.34 0.18 0.31 332.54 0.27 0.57
Hex B0 75 90 0 22 12 1F 14D 1B 39
Octal 260 165 220 0 42 22 37 515 33 71
Binary 10110000 1110101 10010000 0 100010 10010 11111 101001101 11011 111001

Color Harmonies of #B07590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07590

Black with #B07590

Text Example


Text Example

White with #B07590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07590; }

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

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

background-color css

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

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

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

border-color css

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

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

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