Html Css Color HEX #B2637B Tapestry

📋 copy color: '#B2637B'

red 178 ◦ green 99 ◦ blue 123

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

Shades of Tapestry #B2637B

Tints of Tapestry #B2637B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.75%

R = 44.5%
G = 24.75%
B = 30.75%

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

#B2637B (or 0xB2637B) is known color: Tapestry. HEX triplet: B2, 63 and 7B. RGB value is (178,99,123). Sum of RGB (Red+Green+Blue) = 178+99+123=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B2637B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2637B is #4D9C84. Grayscale: #7D7D7D. Windows color (decimal): -5086341 or 8086450. OLE color: 8086450.

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

Color convert

RGB 178 99 123 -
CMYK 0 0.44 0.31 0.30
HSL 341.77º 0.34% 0.54% -
HSV(B) 341.77º 0.44% 0.7% -
XYZ 26.4 19.82 21.17 -
YUV 125.36 126.67 165.55 -
System Red Green Blue C M Y K H S L
Decimal 178 99 123 0 0.44 0.31 0.30 341.77 0.34 0.54
Hex B2 63 7B 0 2C 1F 1E 156 22 36
Octal 262 143 173 0 54 37 36 526 42 66
Binary 10110010 1100011 1111011 0 101100 11111 11110 101010110 100010 110110

Color Harmonies of #B2637B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2637B

Black with #B2637B

Text Example


Text Example

White with #B2637B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2637B; }

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

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

background-color css

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

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

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

border-color css

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

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

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