Html Css Color HEX #B2768A Tapestry

📋 copy color: '#B2768A'

red 178 ◦ green 118 ◦ blue 138

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

Shades of Tapestry #B2768A

Tints of Tapestry #B2768A

RGB

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

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

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

R = 41.01%
G = 27.19%
B = 31.8%

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

#B2768A (or 0xB2768A) is known color: Tapestry. HEX triplet: B2, 76 and 8A. RGB value is (178,118,138). Sum of RGB (Red+Green+Blue) = 178+118+138=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B2768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2768A is #4D8975. Grayscale: #8A8A8A. Windows color (decimal): -5081462 or 9074354. OLE color: 9074354.

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

Color convert

RGB 178 118 138 -
CMYK 0 0.34 0.22 0.30
HSL 340º 0.28% 0.58% -
HSV(B) 340º 0.34% 0.7% -
XYZ 29.43 24.26 27.18 -
YUV 138.22 127.88 156.37 -
System Red Green Blue C M Y K H S L
Decimal 178 118 138 0 0.34 0.22 0.30 340 0.28 0.58
Hex B2 76 8A 0 22 16 1E 154 1C 3A
Octal 262 166 212 0 42 26 36 524 34 72
Binary 10110010 1110110 10001010 0 100010 10110 11110 101010100 11100 111010

Color Harmonies of #B2768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2768A

Black with #B2768A

Text Example


Text Example

White with #B2768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2768A; }

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

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

background-color css

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

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

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

border-color css

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

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

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