Html Css Color HEX #BC1859 Jazzberry Jam

📋 copy color: '#BC1859'

red 188 ◦ green 24 ◦ blue 89

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

Shades of Jazzberry Jam #BC1859

Tints of Jazzberry Jam #BC1859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.97%

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

R = 62.46%
G = 7.97%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC1859 (or 0xBC1859) is known color: Jazzberry Jam. HEX triplet: BC, 18 and 59. RGB value is (188,24,89). Sum of RGB (Red+Green+Blue) = 188+24+89=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1859 is #43E7A6. Grayscale: #505050. Windows color (decimal): -4450215 or 5839036. OLE color: 5839036.

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

Color convert

RGB 188 24 89 -
CMYK 0 0.87 0.53 0.26
HSL 336.22º 0.77% 0.42% -
HSV(B) 336.22º 0.87% 0.74% -
XYZ 22.87 12.07 10.57 -
YUV 80.45 132.83 204.71 -
System Red Green Blue C M Y K H S L
Decimal 188 24 89 0 0.87 0.53 0.26 336.22 0.77 0.42
Hex BC 18 59 0 57 35 1A 150 4D 2A
Octal 274 30 131 0 127 65 32 520 115 52
Binary 10111100 11000 1011001 0 1010111 110101 11010 101010000 1001101 101010

Color Harmonies of #BC1859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1859

Black with #BC1859

Text Example


Text Example

White with #BC1859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1859; }

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

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

background-color css

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

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

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

border-color css

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

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

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