Html Css Color HEX #B77D93 Tapestry

📋 copy color: '#B77D93'

red 183 ◦ green 125 ◦ blue 147

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

Shades of Tapestry #B77D93

Tints of Tapestry #B77D93

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.47%

 BLUE value IS 147 (57.81% from 255) = 32.31%

R = 40.22%
G = 27.47%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B77D93 (or 0xB77D93) is known color: Tapestry. HEX triplet: B7, 7D and 93. RGB value is (183,125,147). Sum of RGB (Red+Green+Blue) = 183+125+147=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77D93 is #48826C. Grayscale: #909090. Windows color (decimal): -4751981 or 9665975. OLE color: 9665975.

HSL color Cylindrical-coordinate representation of color #B77D93: hue angle of 337.24º 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 #B77D93 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 125 147 -
CMYK 0 0.32 0.20 0.28
HSL 337.24º 0.29% 0.6% -
HSV(B) 337.24º 0.32% 0.72% -
XYZ 32.13 26.84 31.09 -
YUV 144.85 129.22 155.21 -
System Red Green Blue C M Y K H S L
Decimal 183 125 147 0 0.32 0.20 0.28 337.24 0.29 0.6
Hex B7 7D 93 0 20 14 1C 151 1D 3C
Octal 267 175 223 0 40 24 34 521 35 74
Binary 10110111 1111101 10010011 0 100000 10100 11100 101010001 11101 111100

Color Harmonies of #B77D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77D93

Black with #B77D93

Text Example


Text Example

White with #B77D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77D93; }

 p { color: rgb(183,125,147); }

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

background-color css

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

 a { background-color: rgb(183,125,147); }

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

border-color css

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

 span { border-color: rgb(183,125,147); }

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