#BD0159

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

Shades of Jazzberry Jam #BD0159

Tints of Jazzberry Jam #BD0159

Color information

#BD0159 (or 0xBD0159) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 01 and 59. RGB value is (189,1,89). Sum of RGB (Red+Green+Blue) = 189+1+89=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0159 is #42FEA6. Grayscale: #434343. Windows color (decimal): -4390567 or 5833149. OLE color: 5833149.

HSL color Cylindrical-coordinate representation of color #BD0159: hue angle of 331.91º degrees, saturation: 0.99, 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 #BD0159 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB189189-
CMYK00.990.530.26
HSL331.91º98.95%37.25%-
HSV(B)331.91º99.47%74.12%-
XYZ22.811.5610.48-
YUV67.24140.28214.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.74%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 89 (35.16% from 255) = 31.90%
R=67.74%
G=0.36%
B=31.90%

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
Decimal18918900.990.530.26331.9198.9537.25
HexBD159063351A14c6325
Octal27511310143653251414345
Binary101111011101100101100011110101110101010011001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0159; }

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

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

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

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

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

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

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

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