Html Css Color HEX #B27890 Tapestry

📋 copy color: '#B27890'

red 178 ◦ green 120 ◦ blue 144

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

Shades of Tapestry #B27890

Tints of Tapestry #B27890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.15%

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

R = 40.27%
G = 27.15%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B27890 (or 0xB27890) is known color: Tapestry. HEX triplet: B2, 78 and 90. RGB value is (178,120,144). Sum of RGB (Red+Green+Blue) = 178+120+144=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B27890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27890 is #4D876F. Grayscale: #8C8C8C. Windows color (decimal): -5080944 or 9468082. OLE color: 9468082.

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

Color convert

RGB 178 120 144 -
CMYK 0 0.33 0.19 0.30
HSL 335.17º 0.27% 0.58% -
HSV(B) 335.17º 0.33% 0.7% -
XYZ 30.11 24.91 29.61 -
YUV 140.08 130.22 155.05 -
System Red Green Blue C M Y K H S L
Decimal 178 120 144 0 0.33 0.19 0.30 335.17 0.27 0.58
Hex B2 78 90 0 21 13 1E 14F 1B 3A
Octal 262 170 220 0 41 23 36 517 33 72
Binary 10110010 1111000 10010000 0 100001 10011 11110 101001111 11011 111010

Color Harmonies of #B27890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27890

Black with #B27890

Text Example


Text Example

White with #B27890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27890; }

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

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

background-color css

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

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

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

border-color css

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

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

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