Html Css Color HEX #B07190 Tapestry

📋 copy color: '#B07190'

red 176 ◦ green 113 ◦ blue 144

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

Shades of Tapestry #B07190

Tints of Tapestry #B07190

RGB

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

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

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

R = 40.65%
G = 26.1%
B = 33.26%

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

#B07190 (or 0xB07190) is known color: Tapestry. HEX triplet: B0, 71 and 90. RGB value is (176,113,144). Sum of RGB (Red+Green+Blue) = 176+113+144=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B07190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07190 is #4F8E6F. Grayscale: #878787. Windows color (decimal): -5213808 or 9466288. OLE color: 9466288.

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

Color convert

RGB 176 113 144 -
CMYK 0 0.36 0.18 0.31
HSL 330.48º 0.29% 0.57% -
HSV(B) 330.48º 0.36% 0.69% -
XYZ 28.84 23.05 29.32 -
YUV 135.37 132.87 156.98 -
System Red Green Blue C M Y K H S L
Decimal 176 113 144 0 0.36 0.18 0.31 330.48 0.29 0.57
Hex B0 71 90 0 24 12 1F 14A 1D 39
Octal 260 161 220 0 44 22 37 512 35 71
Binary 10110000 1110001 10010000 0 100100 10010 11111 101001010 11101 111001

Color Harmonies of #B07190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07190

Black with #B07190

Text Example


Text Example

White with #B07190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07190; }

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

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

background-color css

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

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

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

border-color css

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

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

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