Html Css Color HEX #BD1359 Jazzberry Jam

📋 copy color: '#BD1359'

red 189 ◦ green 19 ◦ blue 89

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

Shades of Jazzberry Jam #BD1359

Tints of Jazzberry Jam #BD1359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.4%

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

R = 63.64%
G = 6.4%
B = 29.97%

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

#BD1359 (or 0xBD1359) is known color: Jazzberry Jam. HEX triplet: BD, 13 and 59. RGB value is (189,19,89). Sum of RGB (Red+Green+Blue) = 189+19+89=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1359 is #42ECA6. Grayscale: #4D4D4D. Windows color (decimal): -4385959 or 5837757. OLE color: 5837757.

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

Color convert

RGB 189 19 89 -
CMYK 0 0.90 0.53 0.26
HSL 335.29º 0.82% 0.41% -
HSV(B) 335.29º 0.9% 0.74% -
XYZ 23.02 12.01 10.56 -
YUV 77.81 134.32 207.31 -
System Red Green Blue C M Y K H S L
Decimal 189 19 89 0 0.90 0.53 0.26 335.29 0.82 0.41
Hex BD 13 59 0 5A 35 1A 14F 52 29
Octal 275 23 131 0 132 65 32 517 122 51
Binary 10111101 10011 1011001 0 1011010 110101 11010 101001111 1010010 101001

Color Harmonies of #BD1359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1359

Black with #BD1359

Text Example


Text Example

White with #BD1359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1359; }

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

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

background-color css

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

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

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

border-color css

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

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

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