#B00465

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

Shades of Jazzberry Jam #B00465

Tints of Jazzberry Jam #B00465

Color information

#B00465 (or 0xB00465) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 04 and 65. RGB value is (176,4,101). Sum of RGB (Red+Green+Blue) = 176+4+101=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B00465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00465 is #4FFB9A. Grayscale: #424242. Windows color (decimal): -5241755 or 6620336. OLE color: 6620336.

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

Color convert

RGB1764101-
CMYK00.980.430.31
HSL326.16º95.56%35.29%-
HSV(B)326.16º97.73%69.02%-
XYZ20.310.2613.22-
YUV66.49147.48206.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 62.63%
GREEN value IS 4 (1.95% from 255) = 1.42%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=62.63%
G=1.42%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176410100.980.430.31326.1695.5635.29
HexB04650622B1F1466023
Octal26041450142533750614043
Binary10110000100110010101100010101011111111010001101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00465; }

 p { color: rgb(176,4,101); }

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

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

 a { background-color: rgb(176,4,101); }

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

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

 span { border-color: rgb(176,4,101); }

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