Html Css Color HEX #B77682 Tapestry

📋 copy color: '#B77682'

red 183 ◦ green 118 ◦ blue 130

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

Shades of Tapestry #B77682

Tints of Tapestry #B77682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.16%

R = 42.46%
G = 27.38%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B77682 (or 0xB77682) is known color: Tapestry. HEX triplet: B7, 76 and 82. RGB value is (183,118,130). Sum of RGB (Red+Green+Blue) = 183+118+130=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B77682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77682 is #48897D. Grayscale: #8A8A8A. Windows color (decimal): -4753790 or 8550071. OLE color: 8550071.

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

Color convert

RGB 183 118 130 -
CMYK 0 0.36 0.29 0.28
HSL 348.92º 0.31% 0.59% -
HSV(B) 348.92º 0.36% 0.72% -
XYZ 30.04 24.64 24.29 -
YUV 138.8 123.03 159.52 -
System Red Green Blue C M Y K H S L
Decimal 183 118 130 0 0.36 0.29 0.28 348.92 0.31 0.59
Hex B7 76 82 0 24 1D 1C 15D 1F 3B
Octal 267 166 202 0 44 35 34 535 37 73
Binary 10110111 1110110 10000010 0 100100 11101 11100 101011101 11111 111011

Color Harmonies of #B77682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77682

Black with #B77682

Text Example


Text Example

White with #B77682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77682; }

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

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

background-color css

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

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

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

border-color css

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

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

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