Html Css Color HEX #B67180 Tapestry

📋 copy color: '#B67180'

red 182 ◦ green 113 ◦ blue 128

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

Shades of Tapestry #B67180

Tints of Tapestry #B67180

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.71%

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

R = 43.03%
G = 26.71%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B67180 (or 0xB67180) is known color: Tapestry. HEX triplet: B6, 71 and 80. RGB value is (182,113,128). Sum of RGB (Red+Green+Blue) = 182+113+128=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B67180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67180 is #498E7F. Grayscale: #878787. Windows color (decimal): -4820608 or 8417718. OLE color: 8417718.

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

Color convert

RGB 182 113 128 -
CMYK 0 0.38 0.30 0.29
HSL 346.96º 0.32% 0.58% -
HSV(B) 346.96º 0.38% 0.71% -
XYZ 29.09 23.31 23.39 -
YUV 135.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 182 113 128 0 0.38 0.30 0.29 346.96 0.32 0.58
Hex B6 71 80 0 26 1E 1D 15B 20 3A
Octal 266 161 200 0 46 36 35 533 40 72
Binary 10110110 1110001 10000000 0 100110 11110 11101 101011011 100000 111010

Color Harmonies of #B67180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67180

Black with #B67180

Text Example


Text Example

White with #B67180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67180; }

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

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

background-color css

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

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

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

border-color css

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

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

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