Html Css Color HEX #B0617F Tapestry

📋 copy color: '#B0617F'

red 176 ◦ green 97 ◦ blue 127

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

Shades of Tapestry #B0617F

Tints of Tapestry #B0617F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.75%

R = 44%
G = 24.25%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0617F (or 0xB0617F) is known color: Tapestry. HEX triplet: B0, 61 and 7F. RGB value is (176,97,127). Sum of RGB (Red+Green+Blue) = 176+97+127=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0617F is #4F9E80. Grayscale: #7C7C7C. Windows color (decimal): -5217921 or 8348080. OLE color: 8348080.

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

Color convert

RGB 176 97 127 -
CMYK 0 0.45 0.28 0.31
HSL 337.22º 0.33% 0.54% -
HSV(B) 337.22º 0.45% 0.69% -
XYZ 26.01 19.31 22.44 -
YUV 124.04 129.67 165.06 -
System Red Green Blue C M Y K H S L
Decimal 176 97 127 0 0.45 0.28 0.31 337.22 0.33 0.54
Hex B0 61 7F 0 2D 1C 1F 151 21 36
Octal 260 141 177 0 55 34 37 521 41 66
Binary 10110000 1100001 1111111 0 101101 11100 11111 101010001 100001 110110

Color Harmonies of #B0617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0617F

Black with #B0617F

Text Example


Text Example

White with #B0617F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0617F; }

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

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

background-color css

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

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

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

border-color css

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

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

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