Html Css Color HEX #B0617C Tapestry

📋 copy color: '#B0617C'

red 176 ◦ green 97 ◦ blue 124

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

Shades of Tapestry #B0617C

Tints of Tapestry #B0617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.43%

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

R = 44.33%
G = 24.43%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0617C (or 0xB0617C) is known color: Tapestry. HEX triplet: B0, 61 and 7C. RGB value is (176,97,124). Sum of RGB (Red+Green+Blue) = 176+97+124=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B0617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0617C is #4F9E83. Grayscale: #7B7B7B. Windows color (decimal): -5217924 or 8151472. OLE color: 8151472.

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

Color convert

RGB 176 97 124 -
CMYK 0 0.45 0.30 0.31
HSL 339.49º 0.33% 0.54% -
HSV(B) 339.49º 0.45% 0.69% -
XYZ 25.82 19.23 21.42 -
YUV 123.7 128.17 165.3 -
System Red Green Blue C M Y K H S L
Decimal 176 97 124 0 0.45 0.30 0.31 339.49 0.33 0.54
Hex B0 61 7C 0 2D 1E 1F 153 21 36
Octal 260 141 174 0 55 36 37 523 41 66
Binary 10110000 1100001 1111100 0 101101 11110 11111 101010011 100001 110110

Color Harmonies of #B0617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0617C

Black with #B0617C

Text Example


Text Example

White with #B0617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0617C; }

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

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

background-color css

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

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

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

border-color css

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

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

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