Html Css Color HEX #B2788A Tapestry

📋 copy color: '#B2788A'

red 178 ◦ green 120 ◦ blue 138

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

Shades of Tapestry #B2788A

Tints of Tapestry #B2788A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.65%

R = 40.83%
G = 27.52%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2788A (or 0xB2788A) is known color: Tapestry. HEX triplet: B2, 78 and 8A. RGB value is (178,120,138). Sum of RGB (Red+Green+Blue) = 178+120+138=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B2788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2788A is #4D8775. Grayscale: #8B8B8B. Windows color (decimal): -5080950 or 9074866. OLE color: 9074866.

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

Color convert

RGB 178 120 138 -
CMYK 0 0.33 0.22 0.30
HSL 341.38º 0.27% 0.58% -
HSV(B) 341.38º 0.33% 0.7% -
XYZ 29.66 24.73 27.26 -
YUV 139.39 127.22 155.54 -
System Red Green Blue C M Y K H S L
Decimal 178 120 138 0 0.33 0.22 0.30 341.38 0.27 0.58
Hex B2 78 8A 0 21 16 1E 155 1B 3A
Octal 262 170 212 0 41 26 36 525 33 72
Binary 10110010 1111000 10001010 0 100001 10110 11110 101010101 11011 111010

Color Harmonies of #B2788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2788A

Black with #B2788A

Text Example


Text Example

White with #B2788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2788A; }

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

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

background-color css

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

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

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

border-color css

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

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

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