Html Css Color HEX #BD1759 Jazzberry Jam

📋 copy color: '#BD1759'

red 189 ◦ green 23 ◦ blue 89

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

Shades of Jazzberry Jam #BD1759

Tints of Jazzberry Jam #BD1759

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.64%

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

R = 62.79%
G = 7.64%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BD1759 (or 0xBD1759) is known color: Jazzberry Jam. HEX triplet: BD, 17 and 59. RGB value is (189,23,89). Sum of RGB (Red+Green+Blue) = 189+23+89=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1759 is #42E8A6. Grayscale: #505050. Windows color (decimal): -4384935 or 5838781. OLE color: 5838781.

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

Color convert

RGB 189 23 89 -
CMYK 0 0.88 0.53 0.26
HSL 336.14º 0.78% 0.42% -
HSV(B) 336.14º 0.88% 0.74% -
XYZ 23.1 12.15 10.58 -
YUV 80.16 133 205.63 -
System Red Green Blue C M Y K H S L
Decimal 189 23 89 0 0.88 0.53 0.26 336.14 0.78 0.42
Hex BD 17 59 0 58 35 1A 150 4E 2A
Octal 275 27 131 0 130 65 32 520 116 52
Binary 10111101 10111 1011001 0 1011000 110101 11010 101010000 1001110 101010

Color Harmonies of #BD1759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1759

Black with #BD1759

Text Example


Text Example

White with #BD1759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1759; }

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

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

background-color css

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

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

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

border-color css

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

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

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