Html Css Color HEX #B2788E Tapestry

📋 copy color: '#B2788E'

red 178 ◦ green 120 ◦ blue 142

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

Shades of Tapestry #B2788E

Tints of Tapestry #B2788E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.27%

R = 40.45%
G = 27.27%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2788E (or 0xB2788E) is known color: Tapestry. HEX triplet: B2, 78 and 8E. RGB value is (178,120,142). Sum of RGB (Red+Green+Blue) = 178+120+142=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B2788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2788E is #4D8771. Grayscale: #8B8B8B. Windows color (decimal): -5080946 or 9337010. OLE color: 9337010.

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

Color convert

RGB 178 120 142 -
CMYK 0 0.33 0.20 0.30
HSL 337.24º 0.27% 0.58% -
HSV(B) 337.24º 0.33% 0.7% -
XYZ 29.96 24.85 28.81 -
YUV 139.85 129.22 155.21 -
System Red Green Blue C M Y K H S L
Decimal 178 120 142 0 0.33 0.20 0.30 337.24 0.27 0.58
Hex B2 78 8E 0 21 14 1E 151 1B 3A
Octal 262 170 216 0 41 24 36 521 33 72
Binary 10110010 1111000 10001110 0 100001 10100 11110 101010001 11011 111010

Color Harmonies of #B2788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2788E

Black with #B2788E

Text Example


Text Example

White with #B2788E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2788E; }

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

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

background-color css

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

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

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

border-color css

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

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

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