Html Css Color HEX #B77C94 Tapestry

📋 copy color: '#B77C94'

red 183 ◦ green 124 ◦ blue 148

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

Shades of Tapestry #B77C94

Tints of Tapestry #B77C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.53%

R = 40.22%
G = 27.25%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B77C94 (or 0xB77C94) is known color: Tapestry. HEX triplet: B7, 7C and 94. RGB value is (183,124,148). Sum of RGB (Red+Green+Blue) = 183+124+148=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77C94 is #48836B. Grayscale: #909090. Windows color (decimal): -4752236 or 9731255. OLE color: 9731255.

HSL color Cylindrical-coordinate representation of color #B77C94: hue angle of 335.59º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B77C94 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 124 148 -
CMYK 0 0.32 0.19 0.28
HSL 335.59º 0.29% 0.6% -
HSV(B) 335.59º 0.32% 0.72% -
XYZ 32.08 26.62 31.46 -
YUV 144.38 130.05 155.55 -
System Red Green Blue C M Y K H S L
Decimal 183 124 148 0 0.32 0.19 0.28 335.59 0.29 0.6
Hex B7 7C 94 0 20 13 1C 150 1D 3C
Octal 267 174 224 0 40 23 34 520 35 74
Binary 10110111 1111100 10010100 0 100000 10011 11100 101010000 11101 111100

Color Harmonies of #B77C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77C94

Black with #B77C94

Text Example


Text Example

White with #B77C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77C94; }

 p { color: rgb(183,124,148); }

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

background-color css

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

 a { background-color: rgb(183,124,148); }

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

border-color css

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

 span { border-color: rgb(183,124,148); }

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