Html Css Color HEX #B77881 Tapestry

📋 copy color: '#B77881'

red 183 ◦ green 120 ◦ blue 129

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

Shades of Tapestry #B77881

Tints of Tapestry #B77881

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.78%

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

R = 42.36%
G = 27.78%
B = 29.86%

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

#B77881 (or 0xB77881) is known color: Tapestry. HEX triplet: B7, 78 and 81. RGB value is (183,120,129). Sum of RGB (Red+Green+Blue) = 183+120+129=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B77881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77881 is #48877E. Grayscale: #8B8B8B. Windows color (decimal): -4753279 or 8485047. OLE color: 8485047.

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

Color convert

RGB 183 120 129 -
CMYK 0 0.34 0.30 0.28
HSL 351.43º 0.3% 0.59% -
HSV(B) 351.43º 0.34% 0.72% -
XYZ 30.21 25.09 24.02 -
YUV 139.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 183 120 129 0 0.34 0.30 0.28 351.43 0.3 0.59
Hex B7 78 81 0 22 1E 1C 15F 1E 3B
Octal 267 170 201 0 42 36 34 537 36 73
Binary 10110111 1111000 10000001 0 100010 11110 11100 101011111 11110 111011

Color Harmonies of #B77881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77881

Black with #B77881

Text Example


Text Example

White with #B77881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77881; }

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

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

background-color css

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

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

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

border-color css

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

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

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