#B01C6D

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

Shades of Jazzberry Jam #B01C6D

Tints of Jazzberry Jam #B01C6D

Color information

#B01C6D (or 0xB01C6D) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 1C and 6D. RGB value is (176,28,109). Sum of RGB (Red+Green+Blue) = 176+28+109=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01C6D is #4FE392. Grayscale: #515151. Windows color (decimal): -5235603 or 7150768. OLE color: 7150768.

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

Color convert

RGB17628109-
CMYK00.840.380.31
HSL327.16º72.55%40%-
HSV(B)327.16º84.09%69.02%-
XYZ21.0811.1615.51-
YUV81.49143.53195.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.23%
GREEN value IS 28 (11.33% from 255) = 8.95%
BLUE value IS 109 (42.97% from 255) = 34.82%
R=56.23%
G=8.95%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762810900.840.380.31327.1672.5540
HexB01C6D054261F1474928
Octal260341550124463750711150
Binary1011000011100110110101010100100110111111010001111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01C6D; }

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

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

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

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

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

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

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

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