#B00B68

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

Shades of Jazzberry Jam #B00B68

Tints of Jazzberry Jam #B00B68

Color information

#B00B68 (or 0xB00B68) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 0B and 68. RGB value is (176,11,104). Sum of RGB (Red+Green+Blue) = 176+11+104=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00B68 is #4FF497. Grayscale: #464646. Windows color (decimal): -5239960 or 6818736. OLE color: 6818736.

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

Color convert

RGB17611104-
CMYK00.940.410.31
HSL326.18º88.24%36.67%-
HSV(B)326.18º93.75%69.02%-
XYZ20.5210.4714.04-
YUV70.94146.66202.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.48%
GREEN value IS 11 (4.69% from 255) = 3.78%
BLUE value IS 104 (41.02% from 255) = 35.74%
R=60.48%
G=3.78%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761110400.940.410.31326.1888.2436.67
HexB0B6805E291F1465825
Octal260131500136513750613045
Binary101100001011110100001011110101001111111010001101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00B68; }

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

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

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

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

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

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

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

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