#B00675

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

Shades of Jazzberry Jam #B00675

Tints of Jazzberry Jam #B00675

Color information

#B00675 (or 0xB00675) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 06 and 75. RGB value is (176,6,117). Sum of RGB (Red+Green+Blue) = 176+6+117=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B00675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00675 is #4FF98A. Grayscale: #454545. Windows color (decimal): -5241227 or 7669424. OLE color: 7669424.

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

Color convert

RGB1766117-
CMYK00.970.340.31
HSL320.82º93.41%35.69%-
HSV(B)320.82º96.59%69.02%-
XYZ21.1810.6417.77-
YUV69.48154.82203.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.86%
GREEN value IS 6 (2.73% from 255) = 2.01%
BLUE value IS 117 (46.09% from 255) = 39.13%
R=58.86%
G=2.01%
B=39.13%

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
Decimal176611700.970.340.31320.8293.4135.69
HexB0675061221F1415d24
Octal26061650141423750113544
Binary10110000110111010101100001100010111111010000011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00675; }

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

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

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

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

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

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

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

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