#B00B63

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

Shades of Jazzberry Jam #B00B63

Tints of Jazzberry Jam #B00B63

Color information

#B00B63 (or 0xB00B63) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 0B and 63. RGB value is (176,11,99). Sum of RGB (Red+Green+Blue) = 176+11+99=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00B63 is #4FF49C. Grayscale: #464646. Windows color (decimal): -5239965 or 6491056. OLE color: 6491056.

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

Color convert

RGB1761199-
CMYK00.940.440.31
HSL328º88.24%36.67%-
HSV(B)328º93.75%69.02%-
XYZ20.2810.3712.74-
YUV70.37144.16203.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.54%
GREEN value IS 11 (4.69% from 255) = 3.85%
BLUE value IS 99 (39.06% from 255) = 34.62%
R=61.54%
G=3.85%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176119900.940.440.3132888.2436.67
HexB0B6305E2C1F1485825
Octal260131430136543751013045
Binary101100001011110001101011110101100111111010010001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00B63; }

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

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

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

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

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

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

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

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