Html Css Color HEX #B2768E Tapestry

📋 copy color: '#B2768E'

red 178 ◦ green 118 ◦ blue 142

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

Shades of Tapestry #B2768E

Tints of Tapestry #B2768E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.94%

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

R = 40.64%
G = 26.94%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2768E (or 0xB2768E) is known color: Tapestry. HEX triplet: B2, 76 and 8E. RGB value is (178,118,142). Sum of RGB (Red+Green+Blue) = 178+118+142=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B2768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2768E is #4D8971. Grayscale: #8A8A8A. Windows color (decimal): -5081458 or 9336498. OLE color: 9336498.

HSL color Cylindrical-coordinate representation of color #B2768E: hue angle of 336º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2768E is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 118 142 -
CMYK 0 0.34 0.20 0.30
HSL 336º 0.28% 0.58% -
HSV(B) 336º 0.34% 0.7% -
XYZ 29.72 24.37 28.73 -
YUV 138.68 129.88 156.05 -
System Red Green Blue C M Y K H S L
Decimal 178 118 142 0 0.34 0.20 0.30 336 0.28 0.58
Hex B2 76 8E 0 22 14 1E 150 1C 3A
Octal 262 166 216 0 42 24 36 520 34 72
Binary 10110010 1110110 10001110 0 100010 10100 11110 101010000 11100 111010

Color Harmonies of #B2768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2768E

Black with #B2768E

Text Example


Text Example

White with #B2768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2768E; }

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

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

background-color css

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

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

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

border-color css

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

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

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