#B00B75

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

Shades of Jazzberry Jam #B00B75

Tints of Jazzberry Jam #B00B75

Color information

#B00B75 (or 0xB00B75) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 0B and 75. RGB value is (176,11,117). Sum of RGB (Red+Green+Blue) = 176+11+117=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00B75 is #4FF48A. Grayscale: #484848. Windows color (decimal): -5239947 or 7670704. OLE color: 7670704.

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

Color convert

RGB17611117-
CMYK00.940.340.31
HSL321.45º88.24%36.67%-
HSV(B)321.45º93.75%69.02%-
XYZ21.2410.7517.79-
YUV72.42153.16201.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.89%
GREEN value IS 11 (4.69% from 255) = 3.62%
BLUE value IS 117 (46.09% from 255) = 38.49%
R=57.89%
G=3.62%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761111700.940.340.31321.4588.2436.67
HexB0B7505E221F1415825
Octal260131650136423750113045
Binary101100001011111010101011110100010111111010000011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00B75; }

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

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

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

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

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

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

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

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