Html Css Color HEX #BD1259 Jazzberry Jam

📋 copy color: '#BD1259'

red 189 ◦ green 18 ◦ blue 89

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

Shades of Jazzberry Jam #BD1259

Tints of Jazzberry Jam #BD1259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.08%

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

R = 63.85%
G = 6.08%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BD1259 (or 0xBD1259) is known color: Jazzberry Jam. HEX triplet: BD, 12 and 59. RGB value is (189,18,89). Sum of RGB (Red+Green+Blue) = 189+18+89=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1259 is #42EDA6. Grayscale: #4D4D4D. Windows color (decimal): -4386215 or 5837501. OLE color: 5837501.

HSL color Cylindrical-coordinate representation of color #BD1259: hue angle of 335.09º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1259 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 18 89 -
CMYK 0 0.90 0.53 0.26
HSL 335.09º 0.83% 0.41% -
HSV(B) 335.09º 0.9% 0.74% -
XYZ 23.01 11.97 10.55 -
YUV 77.22 134.65 207.73 -
System Red Green Blue C M Y K H S L
Decimal 189 18 89 0 0.90 0.53 0.26 335.09 0.83 0.41
Hex BD 12 59 0 5A 35 1A 14F 53 29
Octal 275 22 131 0 132 65 32 517 123 51
Binary 10111101 10010 1011001 0 1011010 110101 11010 101001111 1010011 101001

Color Harmonies of #BD1259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1259

Black with #BD1259

Text Example


Text Example

White with #BD1259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1259; }

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

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

background-color css

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

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

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

border-color css

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

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

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