Html Css Color HEX #B77D8C Tapestry

📋 copy color: '#B77D8C'

red 183 ◦ green 125 ◦ blue 140

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

Shades of Tapestry #B77D8C

Tints of Tapestry #B77D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.25%

R = 40.85%
G = 27.9%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B77D8C (or 0xB77D8C) is known color: Tapestry. HEX triplet: B7, 7D and 8C. RGB value is (183,125,140). Sum of RGB (Red+Green+Blue) = 183+125+140=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77D8C is #488273. Grayscale: #909090. Windows color (decimal): -4751988 or 9207223. OLE color: 9207223.

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

Color convert

RGB 183 125 140 -
CMYK 0 0.32 0.23 0.28
HSL 344.48º 0.29% 0.6% -
HSV(B) 344.48º 0.32% 0.72% -
XYZ 31.6 26.63 28.29 -
YUV 144.05 125.72 155.78 -
System Red Green Blue C M Y K H S L
Decimal 183 125 140 0 0.32 0.23 0.28 344.48 0.29 0.6
Hex B7 7D 8C 0 20 17 1C 158 1D 3C
Octal 267 175 214 0 40 27 34 530 35 74
Binary 10110111 1111101 10001100 0 100000 10111 11100 101011000 11101 111100

Color Harmonies of #B77D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77D8C

Black with #B77D8C

Text Example


Text Example

White with #B77D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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