Html Css Color HEX #B0637C Tapestry

📋 copy color: '#B0637C'

red 176 ◦ green 99 ◦ blue 124

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

Shades of Tapestry #B0637C

Tints of Tapestry #B0637C

RGB

 RED value IS 176 (69.14% from 255) = 44.11%

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

 BLUE value IS 124 (48.83% from 255) = 31.08%

R = 44.11%
G = 24.81%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0637C (or 0xB0637C) is known color: Tapestry. HEX triplet: B0, 63 and 7C. RGB value is (176,99,124). Sum of RGB (Red+Green+Blue) = 176+99+124=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0637C is #4F9C83. Grayscale: #7C7C7C. Windows color (decimal): -5217412 or 8151984. OLE color: 8151984.

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

Color convert

RGB 176 99 124 -
CMYK 0 0.44 0.30 0.31
HSL 340.52º 0.33% 0.54% -
HSV(B) 340.52º 0.44% 0.69% -
XYZ 26 19.61 21.48 -
YUV 124.87 127.51 164.47 -
System Red Green Blue C M Y K H S L
Decimal 176 99 124 0 0.44 0.30 0.31 340.52 0.33 0.54
Hex B0 63 7C 0 2C 1E 1F 155 21 36
Octal 260 143 174 0 54 36 37 525 41 66
Binary 10110000 1100011 1111100 0 101100 11110 11111 101010101 100001 110110

Color Harmonies of #B0637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0637C

Black with #B0637C

Text Example


Text Example

White with #B0637C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0637C; }

 p { color: rgb(176,99,124); }

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

background-color css

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

 a { background-color: rgb(176,99,124); }

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

border-color css

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

 span { border-color: rgb(176,99,124); }

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