#B00673

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

Shades of Jazzberry Jam #B00673

Tints of Jazzberry Jam #B00673

Color information

#B00673 (or 0xB00673) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 06 and 73. RGB value is (176,6,115). Sum of RGB (Red+Green+Blue) = 176+6+115=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B00673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00673 is #4FF98C. Grayscale: #444444. Windows color (decimal): -5241229 or 7538352. OLE color: 7538352.

HSL color Cylindrical-coordinate representation of color #B00673: hue angle of 321.53º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00673 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB1766115-
CMYK00.970.350.31
HSL321.53º93.41%35.69%-
HSV(B)321.53º96.59%69.02%-
XYZ21.0610.617.16-
YUV69.26153.82204.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.26%
GREEN value IS 6 (2.73% from 255) = 2.02%
BLUE value IS 115 (45.31% from 255) = 38.72%
R=59.26%
G=2.02%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176611500.970.350.31321.5393.4135.69
HexB0673061231F1425d24
Octal26061630141433750213544
Binary10110000110111001101100001100011111111010000101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00673; }

 p { color: rgb(176,6,115); }

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

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

 a { background-color: rgb(176,6,115); }

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

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

 span { border-color: rgb(176,6,115); }

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