Html Css Color HEX #BD0559 Jazzberry Jam

📋 copy color: '#BD0559'

red 189 ◦ green 5 ◦ blue 89

#BD0559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #BD0559

Tints of Jazzberry Jam #BD0559

RGB

 RED value IS 189 (74.22% from 255) = 66.78%

 GREEN value IS 5 (2.34% from 255) = 1.77%

 BLUE value IS 89 (35.16% from 255) = 31.45%

R = 66.78%
G = 1.77%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BD0559 (or 0xBD0559) is known color: Jazzberry Jam. HEX triplet: BD, 05 and 59. RGB value is (189,5,89). Sum of RGB (Red+Green+Blue) = 189+5+89=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0559 is #42FAA6. Grayscale: #454545. Windows color (decimal): -4389543 or 5834173. OLE color: 5834173.

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

Color convert

RGB 189 5 89 -
CMYK 0 0.97 0.53 0.26
HSL 332.61º 0.95% 0.38% -
HSV(B) 332.61º 0.97% 0.74% -
XYZ 22.84 11.65 10.5 -
YUV 69.59 138.96 213.17 -
System Red Green Blue C M Y K H S L
Decimal 189 5 89 0 0.97 0.53 0.26 332.61 0.95 0.38
Hex BD 5 59 0 61 35 1A 14D 5F 26
Octal 275 5 131 0 141 65 32 515 137 46
Binary 10111101 101 1011001 0 1100001 110101 11010 101001101 1011111 100110

Color Harmonies of #BD0559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0559

Black with #BD0559

Text Example


Text Example

White with #BD0559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0559; }

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

 H1.HeaderClassName
 {
   color: #BD0559;
 }
 .AnyTagClassName
 {
   color: #BD0559;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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