Html Css Color HEX #BC0559 Jazzberry Jam

📋 copy color: '#BC0559'

red 188 ◦ green 5 ◦ blue 89

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

Shades of Jazzberry Jam #BC0559

Tints of Jazzberry Jam #BC0559

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.77%

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

R = 66.67%
G = 1.77%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC0559 (or 0xBC0559) is known color: Jazzberry Jam. HEX triplet: BC, 05 and 59. RGB value is (188,5,89). Sum of RGB (Red+Green+Blue) = 188+5+89=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0559 is #43FAA6. Grayscale: #454545. Windows color (decimal): -4455079 or 5834172. OLE color: 5834172.

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

Color convert

RGB 188 5 89 -
CMYK 0 0.97 0.53 0.26
HSL 332.46º 0.95% 0.38% -
HSV(B) 332.46º 0.97% 0.74% -
XYZ 22.6 11.52 10.48 -
YUV 69.29 139.13 212.67 -
System Red Green Blue C M Y K H S L
Decimal 188 5 89 0 0.97 0.53 0.26 332.46 0.95 0.38
Hex BC 5 59 0 61 35 1A 14C 5F 26
Octal 274 5 131 0 141 65 32 514 137 46
Binary 10111100 101 1011001 0 1100001 110101 11010 101001100 1011111 100110

Color Harmonies of #BC0559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0559

Black with #BC0559

Text Example


Text Example

White with #BC0559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0559; }

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

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

background-color css

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

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

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

border-color css

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

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

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