Html Css Color HEX #BC0359 Jazzberry Jam

📋 copy color: '#BC0359'

red 188 ◦ green 3 ◦ blue 89

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

Shades of Jazzberry Jam #BC0359

Tints of Jazzberry Jam #BC0359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.07%

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

R = 67.14%
G = 1.07%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC0359 (or 0xBC0359) is known color: Jazzberry Jam. HEX triplet: BC, 03 and 59. RGB value is (188,3,89). Sum of RGB (Red+Green+Blue) = 188+3+89=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0359 is #43FCA6. Grayscale: #434343. Windows color (decimal): -4455591 or 5833660. OLE color: 5833660.

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

Color convert

RGB 188 3 89 -
CMYK 0 0.98 0.53 0.26
HSL 332.11º 0.97% 0.37% -
HSV(B) 332.11º 0.98% 0.74% -
XYZ 22.57 11.48 10.48 -
YUV 68.12 139.79 213.51 -
System Red Green Blue C M Y K H S L
Decimal 188 3 89 0 0.98 0.53 0.26 332.11 0.97 0.37
Hex BC 3 59 0 62 35 1A 14C 61 25
Octal 274 3 131 0 142 65 32 514 141 45
Binary 10111100 11 1011001 0 1100010 110101 11010 101001100 1100001 100101

Color Harmonies of #BC0359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0359

Black with #BC0359

Text Example


Text Example

White with #BC0359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0359; }

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

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

background-color css

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

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

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

border-color css

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

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

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