Html Css Color HEX #B77190 Tapestry

📋 copy color: '#B77190'

red 183 ◦ green 113 ◦ blue 144

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

Shades of Tapestry #B77190

Tints of Tapestry #B77190

RGB

 RED value IS 183 (71.88% from 255) = 41.59%

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

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

R = 41.59%
G = 25.68%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B77190 (or 0xB77190) is known color: Tapestry. HEX triplet: B7, 71 and 90. RGB value is (183,113,144). Sum of RGB (Red+Green+Blue) = 183+113+144=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B77190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77190 is #488E6F. Grayscale: #898989. Windows color (decimal): -4755056 or 9466295. OLE color: 9466295.

HSL color Cylindrical-coordinate representation of color #B77190: hue angle of 333.43º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B77190 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 113 144 -
CMYK 0 0.38 0.21 0.28
HSL 333.43º 0.33% 0.58% -
HSV(B) 333.43º 0.38% 0.72% -
XYZ 30.47 23.89 29.39 -
YUV 137.46 131.69 160.48 -
System Red Green Blue C M Y K H S L
Decimal 183 113 144 0 0.38 0.21 0.28 333.43 0.33 0.58
Hex B7 71 90 0 26 15 1C 14D 21 3A
Octal 267 161 220 0 46 25 34 515 41 72
Binary 10110111 1110001 10010000 0 100110 10101 11100 101001101 100001 111010

Color Harmonies of #B77190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77190

Black with #B77190

Text Example


Text Example

White with #B77190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77190; }

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

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

background-color css

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

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

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

border-color css

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

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

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