Html Css Color HEX #B2758B Tapestry

📋 copy color: '#B2758B'

red 178 ◦ green 117 ◦ blue 139

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

Shades of Tapestry #B2758B

Tints of Tapestry #B2758B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.96%

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

R = 41.01%
G = 26.96%
B = 32.03%

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

#B2758B (or 0xB2758B) is known color: Tapestry. HEX triplet: B2, 75 and 8B. RGB value is (178,117,139). Sum of RGB (Red+Green+Blue) = 178+117+139=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B2758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2758B is #4D8A74. Grayscale: #898989. Windows color (decimal): -5081717 or 9139634. OLE color: 9139634.

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

Color convert

RGB 178 117 139 -
CMYK 0 0.34 0.22 0.30
HSL 338.36º 0.28% 0.58% -
HSV(B) 338.36º 0.34% 0.7% -
XYZ 29.38 24.05 27.52 -
YUV 137.75 128.71 156.71 -
System Red Green Blue C M Y K H S L
Decimal 178 117 139 0 0.34 0.22 0.30 338.36 0.28 0.58
Hex B2 75 8B 0 22 16 1E 152 1C 3A
Octal 262 165 213 0 42 26 36 522 34 72
Binary 10110010 1110101 10001011 0 100010 10110 11110 101010010 11100 111010

Color Harmonies of #B2758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2758B

Black with #B2758B

Text Example


Text Example

White with #B2758B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2758B; }

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

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

background-color css

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

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

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

border-color css

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

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

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