Html Css Color HEX #B27190 Tapestry

📋 copy color: '#B27190'

red 178 ◦ green 113 ◦ blue 144

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

Shades of Tapestry #B27190

Tints of Tapestry #B27190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.1%

R = 40.92%
G = 25.98%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B27190 (or 0xB27190) is known color: Tapestry. HEX triplet: B2, 71 and 90. RGB value is (178,113,144). Sum of RGB (Red+Green+Blue) = 178+113+144=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B27190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27190 is #4D8E6F. Grayscale: #878787. Windows color (decimal): -5082736 or 9466290. OLE color: 9466290.

HSL color Cylindrical-coordinate representation of color #B27190: hue angle of 331.38º 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 #B27190 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 113 144 -
CMYK 0 0.37 0.19 0.30
HSL 331.38º 0.3% 0.57% -
HSV(B) 331.38º 0.37% 0.7% -
XYZ 29.3 23.29 29.34 -
YUV 135.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 178 113 144 0 0.37 0.19 0.30 331.38 0.3 0.57
Hex B2 71 90 0 25 13 1E 14B 1E 39
Octal 262 161 220 0 45 23 36 513 36 71
Binary 10110010 1110001 10010000 0 100101 10011 11110 101001011 11110 111001

Color Harmonies of #B27190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27190

Black with #B27190

Text Example


Text Example

White with #B27190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27190; }

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

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

background-color css

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

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

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

border-color css

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

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

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