Html Css Color HEX #B28390 Tapestry

📋 copy color: '#B28390'

red 178 ◦ green 131 ◦ blue 144

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

Shades of Tapestry #B28390

Tints of Tapestry #B28390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.92%

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

R = 39.29%
G = 28.92%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B28390 (or 0xB28390) is known color: Tapestry. HEX triplet: B2, 83 and 90. RGB value is (178,131,144). Sum of RGB (Red+Green+Blue) = 178+131+144=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B28390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28390 is #4D7C6F. Grayscale: #929292. Windows color (decimal): -5078128 or 9470898. OLE color: 9470898.

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

Color convert

RGB 178 131 144 -
CMYK 0 0.26 0.19 0.30
HSL 343.4º 0.23% 0.61% -
HSV(B) 343.4º 0.26% 0.7% -
XYZ 31.51 27.71 30.07 -
YUV 146.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 178 131 144 0 0.26 0.19 0.30 343.4 0.23 0.61
Hex B2 83 90 0 1A 13 1E 157 17 3D
Octal 262 203 220 0 32 23 36 527 27 75
Binary 10110010 10000011 10010000 0 11010 10011 11110 101010111 10111 111101

Color Harmonies of #B28390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28390

Black with #B28390

Text Example


Text Example

White with #B28390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28390; }

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

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

background-color css

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

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

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

border-color css

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

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

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