Html Css Color HEX #B77680 Tapestry

📋 copy color: '#B77680'

red 183 ◦ green 118 ◦ blue 128

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

Shades of Tapestry #B77680

Tints of Tapestry #B77680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.51%

 BLUE value IS 128 (50.39% from 255) = 29.84%

R = 42.66%
G = 27.51%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B77680 (or 0xB77680) is known color: Tapestry. HEX triplet: B7, 76 and 80. RGB value is (183,118,128). Sum of RGB (Red+Green+Blue) = 183+118+128=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B77680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77680 is #48897F. Grayscale: #8A8A8A. Windows color (decimal): -4753792 or 8418999. OLE color: 8418999.

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

Color convert

RGB 183 118 128 -
CMYK 0 0.36 0.30 0.28
HSL 350.77º 0.31% 0.59% -
HSV(B) 350.77º 0.36% 0.72% -
XYZ 29.9 24.58 23.59 -
YUV 138.58 122.03 159.69 -
System Red Green Blue C M Y K H S L
Decimal 183 118 128 0 0.36 0.30 0.28 350.77 0.31 0.59
Hex B7 76 80 0 24 1E 1C 15F 1F 3B
Octal 267 166 200 0 44 36 34 537 37 73
Binary 10110111 1110110 10000000 0 100100 11110 11100 101011111 11111 111011

Color Harmonies of #B77680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77680

Black with #B77680

Text Example


Text Example

White with #B77680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77680; }

 p { color: rgb(183,118,128); }

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

background-color css

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

 a { background-color: rgb(183,118,128); }

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

border-color css

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

 span { border-color: rgb(183,118,128); }

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