Html Css Color HEX #B27E90 Tapestry

📋 copy color: '#B27E90'

red 178 ◦ green 126 ◦ blue 144

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

Shades of Tapestry #B27E90

Tints of Tapestry #B27E90

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.13%

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

R = 39.73%
G = 28.13%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B27E90 (or 0xB27E90) is known color: Tapestry. HEX triplet: B2, 7E and 90. RGB value is (178,126,144). Sum of RGB (Red+Green+Blue) = 178+126+144=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27E90 is #4D816F. Grayscale: #8F8F8F. Windows color (decimal): -5079408 or 9469618. OLE color: 9469618.

HSL color Cylindrical-coordinate representation of color #B27E90: hue angle of 339.23º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B27E90 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 126 144 -
CMYK 0 0.29 0.19 0.30
HSL 339.23º 0.25% 0.6% -
HSV(B) 339.23º 0.29% 0.7% -
XYZ 30.85 26.4 29.86 -
YUV 143.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 178 126 144 0 0.29 0.19 0.30 339.23 0.25 0.6
Hex B2 7E 90 0 1D 13 1E 153 19 3C
Octal 262 176 220 0 35 23 36 523 31 74
Binary 10110010 1111110 10010000 0 11101 10011 11110 101010011 11001 111100

Color Harmonies of #B27E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27E90

Black with #B27E90

Text Example


Text Example

White with #B27E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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