Html Css Color HEX #B2757D Tapestry

📋 copy color: '#B2757D'

red 178 ◦ green 117 ◦ blue 125

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

Shades of Tapestry #B2757D

Tints of Tapestry #B2757D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.76%

R = 42.38%
G = 27.86%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2757D (or 0xB2757D) is known color: Tapestry. HEX triplet: B2, 75 and 7D. RGB value is (178,117,125). Sum of RGB (Red+Green+Blue) = 178+117+125=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2757D is #4D8A82. Grayscale: #888888. Windows color (decimal): -5081731 or 8222130. OLE color: 8222130.

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

Color convert

RGB 178 117 125 -
CMYK 0 0.34 0.30 0.30
HSL 352.13º 0.28% 0.58% -
HSV(B) 352.13º 0.34% 0.7% -
XYZ 28.42 23.67 22.47 -
YUV 136.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 178 117 125 0 0.34 0.30 0.30 352.13 0.28 0.58
Hex B2 75 7D 0 22 1E 1E 160 1C 3A
Octal 262 165 175 0 42 36 36 540 34 72
Binary 10110010 1110101 1111101 0 100010 11110 11110 101100000 11100 111010

Color Harmonies of #B2757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2757D

Black with #B2757D

Text Example


Text Example

White with #B2757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2757D; }

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

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

background-color css

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

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

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

border-color css

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

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

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