Html Css Color HEX #B77981 Tapestry

📋 copy color: '#B77981'

red 183 ◦ green 121 ◦ blue 129

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

Shades of Tapestry #B77981

Tints of Tapestry #B77981

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.94%

 BLUE value IS 129 (50.78% from 255) = 29.79%

R = 42.26%
G = 27.94%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B77981 (or 0xB77981) is known color: Tapestry. HEX triplet: B7, 79 and 81. RGB value is (183,121,129). Sum of RGB (Red+Green+Blue) = 183+121+129=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B77981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77981 is #48867E. Grayscale: #8C8C8C. Windows color (decimal): -4753023 or 8485303. OLE color: 8485303.

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

Color convert

RGB 183 121 129 -
CMYK 0 0.34 0.30 0.28
HSL 352.26º 0.3% 0.6% -
HSV(B) 352.26º 0.34% 0.72% -
XYZ 30.33 25.33 24.06 -
YUV 140.45 121.54 158.35 -
System Red Green Blue C M Y K H S L
Decimal 183 121 129 0 0.34 0.30 0.28 352.26 0.3 0.6
Hex B7 79 81 0 22 1E 1C 160 1E 3C
Octal 267 171 201 0 42 36 34 540 36 74
Binary 10110111 1111001 10000001 0 100010 11110 11100 101100000 11110 111100

Color Harmonies of #B77981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77981

Black with #B77981

Text Example


Text Example

White with #B77981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77981; }

 p { color: rgb(183,121,129); }

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

background-color css

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

 a { background-color: rgb(183,121,129); }

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

border-color css

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

 span { border-color: rgb(183,121,129); }

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