Html Css Color HEX #B2627A Tapestry

📋 copy color: '#B2627A'

red 178 ◦ green 98 ◦ blue 122

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

Shades of Tapestry #B2627A

Tints of Tapestry #B2627A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.65%

R = 44.72%
G = 24.62%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2627A (or 0xB2627A) is known color: Tapestry. HEX triplet: B2, 62 and 7A. RGB value is (178,98,122). Sum of RGB (Red+Green+Blue) = 178+98+122=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B2627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2627A is #4D9D85. Grayscale: #7C7C7C. Windows color (decimal): -5086598 or 8020658. OLE color: 8020658.

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

Color convert

RGB 178 98 122 -
CMYK 0 0.45 0.31 0.30
HSL 342º 0.34% 0.54% -
HSV(B) 342º 0.45% 0.7% -
XYZ 26.24 19.61 20.81 -
YUV 124.66 126.5 166.05 -
System Red Green Blue C M Y K H S L
Decimal 178 98 122 0 0.45 0.31 0.30 342 0.34 0.54
Hex B2 62 7A 0 2D 1F 1E 156 22 36
Octal 262 142 172 0 55 37 36 526 42 66
Binary 10110010 1100010 1111010 0 101101 11111 11110 101010110 100010 110110

Color Harmonies of #B2627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2627A

Black with #B2627A

Text Example


Text Example

White with #B2627A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2627A; }

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

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

background-color css

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

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

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

border-color css

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

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

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