Html Css Color HEX #B2788C Tapestry

📋 copy color: '#B2788C'

red 178 ◦ green 120 ◦ blue 140

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

Shades of Tapestry #B2788C

Tints of Tapestry #B2788C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.96%

R = 40.64%
G = 27.4%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2788C (or 0xB2788C) is known color: Tapestry. HEX triplet: B2, 78 and 8C. RGB value is (178,120,140). Sum of RGB (Red+Green+Blue) = 178+120+140=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B2788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2788C is #4D8773. Grayscale: #8B8B8B. Windows color (decimal): -5080948 or 9205938. OLE color: 9205938.

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

Color convert

RGB 178 120 140 -
CMYK 0 0.33 0.21 0.30
HSL 339.31º 0.27% 0.58% -
HSV(B) 339.31º 0.33% 0.7% -
XYZ 29.81 24.79 28.02 -
YUV 139.62 128.22 155.37 -
System Red Green Blue C M Y K H S L
Decimal 178 120 140 0 0.33 0.21 0.30 339.31 0.27 0.58
Hex B2 78 8C 0 21 15 1E 153 1B 3A
Octal 262 170 214 0 41 25 36 523 33 72
Binary 10110010 1111000 10001100 0 100001 10101 11110 101010011 11011 111010

Color Harmonies of #B2788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2788C

Black with #B2788C

Text Example


Text Example

White with #B2788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2788C; }

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

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

background-color css

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

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

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

border-color css

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

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

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