Html Css Color HEX #B77B81 Tapestry

📋 copy color: '#B77B81'

red 183 ◦ green 123 ◦ blue 129

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

Shades of Tapestry #B77B81

Tints of Tapestry #B77B81

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.28%

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

R = 42.07%
G = 28.28%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B77B81 (or 0xB77B81) is known color: Tapestry. HEX triplet: B7, 7B and 81. RGB value is (183,123,129). Sum of RGB (Red+Green+Blue) = 183+123+129=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77B81 is #48847E. Grayscale: #8D8D8D. Windows color (decimal): -4752511 or 8485815. OLE color: 8485815.

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

Color convert

RGB 183 123 129 -
CMYK 0 0.33 0.30 0.28
HSL 354º 0.29% 0.6% -
HSV(B) 354º 0.33% 0.72% -
XYZ 30.57 25.82 24.14 -
YUV 141.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 183 123 129 0 0.33 0.30 0.28 354 0.29 0.6
Hex B7 7B 81 0 21 1E 1C 162 1D 3C
Octal 267 173 201 0 41 36 34 542 35 74
Binary 10110111 1111011 10000001 0 100001 11110 11100 101100010 11101 111100

Color Harmonies of #B77B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77B81

Black with #B77B81

Text Example


Text Example

White with #B77B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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