Html Css Color HEX #BD0560 Jazzberry Jam

📋 copy color: '#BD0560'

red 189 ◦ green 5 ◦ blue 96

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

Shades of Jazzberry Jam #BD0560

Tints of Jazzberry Jam #BD0560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.1%

R = 65.17%
G = 1.72%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BD0560 (or 0xBD0560) is known color: Jazzberry Jam. HEX triplet: BD, 05 and 60. RGB value is (189,5,96). Sum of RGB (Red+Green+Blue) = 189+5+96=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0560 is #42FA9F. Grayscale: #464646. Windows color (decimal): -4389536 or 6292925. OLE color: 6292925.

HSL color Cylindrical-coordinate representation of color #BD0560: hue angle of 330.33º 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 #BD0560 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 5 96 -
CMYK 0 0.97 0.49 0.26
HSL 330.33º 0.95% 0.38% -
HSV(B) 330.33º 0.97% 0.74% -
XYZ 23.15 11.77 12.12 -
YUV 70.39 142.46 212.6 -
System Red Green Blue C M Y K H S L
Decimal 189 5 96 0 0.97 0.49 0.26 330.33 0.95 0.38
Hex BD 5 60 0 61 31 1A 14A 5F 26
Octal 275 5 140 0 141 61 32 512 137 46
Binary 10111101 101 1100000 0 1100001 110001 11010 101001010 1011111 100110

Color Harmonies of #BD0560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0560

Black with #BD0560

Text Example


Text Example

White with #BD0560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0560; }

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

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

background-color css

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

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

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

border-color css

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

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

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