Html Css Color HEX #B28590 Tapestry

📋 copy color: '#B28590'

red 178 ◦ green 133 ◦ blue 144

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

Shades of Tapestry #B28590

Tints of Tapestry #B28590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.23%

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

R = 39.12%
G = 29.23%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B28590 (or 0xB28590) is known color: Tapestry. HEX triplet: B2, 85 and 90. RGB value is (178,133,144). Sum of RGB (Red+Green+Blue) = 178+133+144=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B28590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28590 is #4D7A6F. Grayscale: #939393. Windows color (decimal): -5077616 or 9471410. OLE color: 9471410.

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

Color convert

RGB 178 133 144 -
CMYK 0 0.25 0.19 0.30
HSL 345.33º 0.23% 0.61% -
HSV(B) 345.33º 0.25% 0.7% -
XYZ 31.78 28.25 30.16 -
YUV 147.71 125.91 149.61 -
System Red Green Blue C M Y K H S L
Decimal 178 133 144 0 0.25 0.19 0.30 345.33 0.23 0.61
Hex B2 85 90 0 19 13 1E 159 17 3D
Octal 262 205 220 0 31 23 36 531 27 75
Binary 10110010 10000101 10010000 0 11001 10011 11110 101011001 10111 111101

Color Harmonies of #B28590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28590

Black with #B28590

Text Example


Text Example

White with #B28590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28590; }

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

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

background-color css

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

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

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

border-color css

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

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

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