Html Css Color HEX #B2768B Tapestry

📋 copy color: '#B2768B'

red 178 ◦ green 118 ◦ blue 139

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

Shades of Tapestry #B2768B

Tints of Tapestry #B2768B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.95%

R = 40.92%
G = 27.13%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2768B (or 0xB2768B) is known color: Tapestry. HEX triplet: B2, 76 and 8B. RGB value is (178,118,139). Sum of RGB (Red+Green+Blue) = 178+118+139=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2768B is #4D8974. Grayscale: #8A8A8A. Windows color (decimal): -5081461 or 9139890. OLE color: 9139890.

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

Color convert

RGB 178 118 139 -
CMYK 0 0.34 0.22 0.30
HSL 339º 0.28% 0.58% -
HSV(B) 339º 0.34% 0.7% -
XYZ 29.5 24.29 27.56 -
YUV 138.33 128.38 156.29 -
System Red Green Blue C M Y K H S L
Decimal 178 118 139 0 0.34 0.22 0.30 339 0.28 0.58
Hex B2 76 8B 0 22 16 1E 153 1C 3A
Octal 262 166 213 0 42 26 36 523 34 72
Binary 10110010 1110110 10001011 0 100010 10110 11110 101010011 11100 111010

Color Harmonies of #B2768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2768B

Black with #B2768B

Text Example


Text Example

White with #B2768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2768B; }

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

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

background-color css

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

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

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

border-color css

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

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

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