Html Css Color HEX #B27180 Tapestry

📋 copy color: '#B27180'

red 178 ◦ green 113 ◦ blue 128

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

Shades of Tapestry #B27180

Tints of Tapestry #B27180

RGB

 RED value IS 178 (69.92% from 255) = 42.48%

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

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

R = 42.48%
G = 26.97%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B27180 (or 0xB27180) is known color: Tapestry. HEX triplet: B2, 71 and 80. RGB value is (178,113,128). Sum of RGB (Red+Green+Blue) = 178+113+128=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B27180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27180 is #4D8E7F. Grayscale: #868686. Windows color (decimal): -5082752 or 8417714. OLE color: 8417714.

HSL color Cylindrical-coordinate representation of color #B27180: hue angle of 346.15º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B27180 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 113 128 -
CMYK 0 0.37 0.28 0.30
HSL 346.15º 0.3% 0.57% -
HSV(B) 346.15º 0.37% 0.7% -
XYZ 28.16 22.83 23.35 -
YUV 134.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 178 113 128 0 0.37 0.28 0.30 346.15 0.3 0.57
Hex B2 71 80 0 25 1C 1E 15A 1E 39
Octal 262 161 200 0 45 34 36 532 36 71
Binary 10110010 1110001 10000000 0 100101 11100 11110 101011010 11110 111001

Color Harmonies of #B27180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27180

Black with #B27180

Text Example


Text Example

White with #B27180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27180; }

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

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

background-color css

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

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

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

border-color css

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

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

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