#BD0460

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

Shades of Jazzberry Jam #BD0460

Tints of Jazzberry Jam #BD0460

Color information

#BD0460 (or 0xBD0460) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 04 and 60. RGB value is (189,4,96). Sum of RGB (Red+Green+Blue) = 189+4+96=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0460 is #42FB9F. Grayscale: #454545. Windows color (decimal): -4389792 or 6292669. OLE color: 6292669.

HSL color Cylindrical-coordinate representation of color #BD0460: hue angle of 330.16º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0460 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB189496-
CMYK00.980.490.26
HSL330.16º95.85%37.84%-
HSV(B)330.16º97.88%74.12%-
XYZ23.1411.7512.11-
YUV69.8142.79213.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 65.40%
GREEN value IS 4 (1.95% from 255) = 1.38%
BLUE value IS 96 (37.89% from 255) = 33.22%
R=65.40%
G=1.38%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18949600.980.490.26330.1695.8537.84
HexBD460062311A14a6026
Octal27541400142613251214046
Binary10111101100110000001100010110001110101010010101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0460; }

 p { color: rgb(189,4,96); }

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

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

 a { background-color: rgb(189,4,96); }

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

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

 span { border-color: rgb(189,4,96); }

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