Html Css Color HEX #B2637A Tapestry

📋 copy color: '#B2637A'

red 178 ◦ green 99 ◦ blue 122

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

Shades of Tapestry #B2637A

Tints of Tapestry #B2637A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.81%

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

R = 44.61%
G = 24.81%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2637A (or 0xB2637A) is known color: Tapestry. HEX triplet: B2, 63 and 7A. RGB value is (178,99,122). Sum of RGB (Red+Green+Blue) = 178+99+122=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B2637A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2637A is #4D9C85. Grayscale: #7D7D7D. Windows color (decimal): -5086342 or 8020914. OLE color: 8020914.

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

Color convert

RGB 178 99 122 -
CMYK 0 0.44 0.31 0.30
HSL 342.53º 0.34% 0.54% -
HSV(B) 342.53º 0.44% 0.7% -
XYZ 26.33 19.79 20.84 -
YUV 125.24 126.17 165.63 -
System Red Green Blue C M Y K H S L
Decimal 178 99 122 0 0.44 0.31 0.30 342.53 0.34 0.54
Hex B2 63 7A 0 2C 1F 1E 157 22 36
Octal 262 143 172 0 54 37 36 527 42 66
Binary 10110010 1100011 1111010 0 101100 11111 11110 101010111 100010 110110

Color Harmonies of #B2637A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2637A

Black with #B2637A

Text Example


Text Example

White with #B2637A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2637A; }

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

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

background-color css

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

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

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

border-color css

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

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

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