Html Css Color HEX #B27091 Tapestry

📋 copy color: '#B27091'

red 178 ◦ green 112 ◦ blue 145

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

Shades of Tapestry #B27091

Tints of Tapestry #B27091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.75%

 BLUE value IS 145 (57.03% from 255) = 33.33%

R = 40.92%
G = 25.75%
B = 33.33%

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

#B27091 (or 0xB27091) is known color: Tapestry. HEX triplet: B2, 70 and 91. RGB value is (178,112,145). Sum of RGB (Red+Green+Blue) = 178+112+145=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B27091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27091 is #4D8F6E. Grayscale: #878787. Windows color (decimal): -5082991 or 9531570. OLE color: 9531570.

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

Color convert

RGB 178 112 145 -
CMYK 0 0.37 0.19 0.30
HSL 330º 0.3% 0.57% -
HSV(B) 330º 0.37% 0.7% -
XYZ 29.27 23.1 29.7 -
YUV 135.5 133.37 158.32 -
System Red Green Blue C M Y K H S L
Decimal 178 112 145 0 0.37 0.19 0.30 330 0.3 0.57
Hex B2 70 91 0 25 13 1E 14A 1E 39
Octal 262 160 221 0 45 23 36 512 36 71
Binary 10110010 1110000 10010001 0 100101 10011 11110 101001010 11110 111001

Color Harmonies of #B27091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27091

Black with #B27091

Text Example


Text Example

White with #B27091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27091; }

 p { color: rgb(178,112,145); }

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

background-color css

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

 a { background-color: rgb(178,112,145); }

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

border-color css

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

 span { border-color: rgb(178,112,145); }

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