#BD0259

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

Shades of Jazzberry Jam #BD0259

Tints of Jazzberry Jam #BD0259

Color information

#BD0259 (or 0xBD0259) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 02 and 59. RGB value is (189,2,89). Sum of RGB (Red+Green+Blue) = 189+2+89=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0259 is #42FDA6. Grayscale: #434343. Windows color (decimal): -4390311 or 5833405. OLE color: 5833405.

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

Color convert

RGB189289-
CMYK00.990.530.26
HSL332.09º97.91%37.45%-
HSV(B)332.09º98.94%74.12%-
XYZ22.8111.5810.48-
YUV67.83139.95214.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.5%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 89 (35.16% from 255) = 31.79%
R=67.5%
G=0.71%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18928900.990.530.26332.0997.9137.45
HexBD259063351A14c6225
Octal27521310143653251414245
Binary1011110110101100101100011110101110101010011001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0259; }

 p { color: rgb(189,2,89); }

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

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

 a { background-color: rgb(189,2,89); }

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

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

 span { border-color: rgb(189,2,89); }

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