#B00764

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

Shades of Jazzberry Jam #B00764

Tints of Jazzberry Jam #B00764

Color information

#B00764 (or 0xB00764) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 07 and 64. RGB value is (176,7,100). Sum of RGB (Red+Green+Blue) = 176+7+100=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B00764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00764 is #4FF89B. Grayscale: #434343. Windows color (decimal): -5240988 or 6555568. OLE color: 6555568.

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

Color convert

RGB1767100-
CMYK00.960.430.31
HSL326.98º92.35%35.88%-
HSV(B)326.98º96.02%69.02%-
XYZ20.2810.312.98-
YUV68.13145.99204.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 62.19%
GREEN value IS 7 (3.12% from 255) = 2.47%
BLUE value IS 100 (39.45% from 255) = 35.34%
R=62.19%
G=2.47%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176710000.960.430.31326.9892.3535.88
HexB07640602B1F1475c24
Octal26071440140533750713444
Binary10110000111110010001100000101011111111010001111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00764; }

 p { color: rgb(176,7,100); }

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

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

 a { background-color: rgb(176,7,100); }

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

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

 span { border-color: rgb(176,7,100); }

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