#B01C6F

Color #B01C6F Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B01C6F

Tints of Jazzberry Jam #B01C6F

Color information

#B01C6F (or 0xB01C6F) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 1C and 6F. RGB value is (176,28,111). Sum of RGB (Red+Green+Blue) = 176+28+111=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01C6F is #4FE390. Grayscale: #515151. Windows color (decimal): -5235601 or 7281840. OLE color: 7281840.

HSL color Cylindrical-coordinate representation of color #B01C6F: hue angle of 326.35º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01C6F is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17628111-
CMYK00.840.370.31
HSL326.35º72.55%40%-
HSV(B)326.35º84.09%69.02%-
XYZ21.1911.2116.09-
YUV81.71144.53195.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.87%
GREEN value IS 28 (11.33% from 255) = 8.89%
BLUE value IS 111 (43.75% from 255) = 35.24%
R=55.87%
G=8.89%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762811100.840.370.31326.3572.5540
HexB01C6F054251F1464928
Octal260341570124453750611150
Binary1011000011100110111101010100100101111111010001101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01C6F; }

 p { color: rgb(176,28,111); }

 H1.HeaderClassName
 {
   color: #B01C6F;
 }
 .AnyTagClassName
 {
   color: #B01C6F;
 }
</style>
background-color css

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

 a { background-color: rgb(176,28,111); }

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

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

 span { border-color: rgb(176,28,111); }

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