Html Css Color HEX #B07C90 Tapestry

📋 copy color: '#B07C90'

red 176 ◦ green 124 ◦ blue 144

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

Shades of Tapestry #B07C90

Tints of Tapestry #B07C90

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.93%

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

R = 39.64%
G = 27.93%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B07C90 (or 0xB07C90) is known color: Tapestry. HEX triplet: B0, 7C and 90. RGB value is (176,124,144). Sum of RGB (Red+Green+Blue) = 176+124+144=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07C90 is #4F836F. Grayscale: #8D8D8D. Windows color (decimal): -5210992 or 9469104. OLE color: 9469104.

HSL color Cylindrical-coordinate representation of color #B07C90: hue angle of 336.92º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07C90 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 124 144 -
CMYK 0 0.30 0.18 0.31
HSL 336.92º 0.25% 0.59% -
HSV(B) 336.92º 0.3% 0.69% -
XYZ 30.15 25.66 29.75 -
YUV 141.83 129.23 152.37 -
System Red Green Blue C M Y K H S L
Decimal 176 124 144 0 0.30 0.18 0.31 336.92 0.25 0.59
Hex B0 7C 90 0 1E 12 1F 151 19 3B
Octal 260 174 220 0 36 22 37 521 31 73
Binary 10110000 1111100 10010000 0 11110 10010 11111 101010001 11001 111011

Color Harmonies of #B07C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07C90

Black with #B07C90

Text Example


Text Example

White with #B07C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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