Html Css Color HEX #BC1459 Jazzberry Jam

📋 copy color: '#BC1459'

red 188 ◦ green 20 ◦ blue 89

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

Shades of Jazzberry Jam #BC1459

Tints of Jazzberry Jam #BC1459

RGB

 RED value IS 188 (73.83% from 255) = 63.3%

 GREEN value IS 20 (8.2% from 255) = 6.73%

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

R = 63.3%
G = 6.73%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC1459 (or 0xBC1459) is known color: Jazzberry Jam. HEX triplet: BC, 14 and 59. RGB value is (188,20,89). Sum of RGB (Red+Green+Blue) = 188+20+89=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1459 is #43EBA6. Grayscale: #4D4D4D. Windows color (decimal): -4451239 or 5838012. OLE color: 5838012.

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

Color convert

RGB 188 20 89 -
CMYK 0 0.89 0.53 0.26
HSL 335.36º 0.81% 0.41% -
HSV(B) 335.36º 0.89% 0.74% -
XYZ 22.79 11.91 10.55 -
YUV 78.1 134.16 206.39 -
System Red Green Blue C M Y K H S L
Decimal 188 20 89 0 0.89 0.53 0.26 335.36 0.81 0.41
Hex BC 14 59 0 59 35 1A 14F 51 29
Octal 274 24 131 0 131 65 32 517 121 51
Binary 10111100 10100 1011001 0 1011001 110101 11010 101001111 1010001 101001

Color Harmonies of #BC1459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1459

Black with #BC1459

Text Example


Text Example

White with #BC1459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1459; }

 p { color: rgb(188,20,89); }

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

background-color css

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

 a { background-color: rgb(188,20,89); }

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

border-color css

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

 span { border-color: rgb(188,20,89); }

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