Html Css Color HEX #B2627D Tapestry

📋 copy color: '#B2627D'

red 178 ◦ green 98 ◦ blue 125

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

Shades of Tapestry #B2627D

Tints of Tapestry #B2627D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.44%

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

R = 44.39%
G = 24.44%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2627D (or 0xB2627D) is known color: Tapestry. HEX triplet: B2, 62 and 7D. RGB value is (178,98,125). Sum of RGB (Red+Green+Blue) = 178+98+125=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B2627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2627D is #4D9D82. Grayscale: #7C7C7C. Windows color (decimal): -5086595 or 8217266. OLE color: 8217266.

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

Color convert

RGB 178 98 125 -
CMYK 0 0.45 0.30 0.30
HSL 339.75º 0.34% 0.54% -
HSV(B) 339.75º 0.45% 0.7% -
XYZ 26.43 19.68 21.81 -
YUV 125 128 165.8 -
System Red Green Blue C M Y K H S L
Decimal 178 98 125 0 0.45 0.30 0.30 339.75 0.34 0.54
Hex B2 62 7D 0 2D 1E 1E 154 22 36
Octal 262 142 175 0 55 36 36 524 42 66
Binary 10110010 1100010 1111101 0 101101 11110 11110 101010100 100010 110110

Color Harmonies of #B2627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2627D

Black with #B2627D

Text Example


Text Example

White with #B2627D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2627D; }

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

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

background-color css

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

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

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

border-color css

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

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

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