#B00674

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

Shades of Jazzberry Jam #B00674

Tints of Jazzberry Jam #B00674

Color information

#B00674 (or 0xB00674) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 06 and 74. RGB value is (176,6,116). Sum of RGB (Red+Green+Blue) = 176+6+116=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B00674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00674 is #4FF98B. Grayscale: #454545. Windows color (decimal): -5241228 or 7603888. OLE color: 7603888.

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

Color convert

RGB1766116-
CMYK00.970.340.31
HSL321.18º93.41%35.69%-
HSV(B)321.18º96.59%69.02%-
XYZ21.1210.6217.46-
YUV69.37154.32204.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.06%
GREEN value IS 6 (2.73% from 255) = 2.01%
BLUE value IS 116 (45.70% from 255) = 38.93%
R=59.06%
G=2.01%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176611600.970.340.31321.1893.4135.69
HexB0674061221F1415d24
Octal26061640141423750113544
Binary10110000110111010001100001100010111111010000011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00674; }

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

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

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

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

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

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

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

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