Html Css Color HEX #B67980 Tapestry

📋 copy color: '#B67980'

red 182 ◦ green 121 ◦ blue 128

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

Shades of Tapestry #B67980

Tints of Tapestry #B67980

RGB

 RED value IS 182 (71.48% from 255) = 42.23%

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

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

R = 42.23%
G = 28.07%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B67980 (or 0xB67980) is known color: Tapestry. HEX triplet: B6, 79 and 80. RGB value is (182,121,128). Sum of RGB (Red+Green+Blue) = 182+121+128=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B67980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67980 is #49867F. Grayscale: #8C8C8C. Windows color (decimal): -4818560 or 8419766. OLE color: 8419766.

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

Color convert

RGB 182 121 128 -
CMYK 0 0.34 0.30 0.29
HSL 353.11º 0.29% 0.59% -
HSV(B) 353.11º 0.34% 0.71% -
XYZ 30.03 25.18 23.7 -
YUV 140.04 121.21 157.93 -
System Red Green Blue C M Y K H S L
Decimal 182 121 128 0 0.34 0.30 0.29 353.11 0.29 0.59
Hex B6 79 80 0 22 1E 1D 161 1D 3B
Octal 266 171 200 0 42 36 35 541 35 73
Binary 10110110 1111001 10000000 0 100010 11110 11101 101100001 11101 111011

Color Harmonies of #B67980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67980

Black with #B67980

Text Example


Text Example

White with #B67980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67980; }

 p { color: rgb(182,121,128); }

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

background-color css

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

 a { background-color: rgb(182,121,128); }

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

border-color css

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

 span { border-color: rgb(182,121,128); }

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