Html Css Color HEX #BC1364 Jazzberry Jam

📋 copy color: '#BC1364'

red 188 ◦ green 19 ◦ blue 100

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

Shades of Jazzberry Jam #BC1364

Tints of Jazzberry Jam #BC1364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.57%

R = 61.24%
G = 6.19%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC1364 (or 0xBC1364) is known color: Jazzberry Jam. HEX triplet: BC, 13 and 64. RGB value is (188,19,100). Sum of RGB (Red+Green+Blue) = 188+19+100=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1364 is #43EC9B. Grayscale: #4E4E4E. Windows color (decimal): -4451484 or 6558652. OLE color: 6558652.

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

Color convert

RGB 188 19 100 -
CMYK 0 0.90 0.47 0.26
HSL 331.24º 0.82% 0.41% -
HSV(B) 331.24º 0.9% 0.74% -
XYZ 23.27 12.08 13.16 -
YUV 78.77 139.99 205.91 -
System Red Green Blue C M Y K H S L
Decimal 188 19 100 0 0.90 0.47 0.26 331.24 0.82 0.41
Hex BC 13 64 0 5A 2F 1A 14B 52 29
Octal 274 23 144 0 132 57 32 513 122 51
Binary 10111100 10011 1100100 0 1011010 101111 11010 101001011 1010010 101001

Color Harmonies of #BC1364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1364

Black with #BC1364

Text Example


Text Example

White with #BC1364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1364; }

 p { color: rgb(188,19,100); }

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

background-color css

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

 a { background-color: rgb(188,19,100); }

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

border-color css

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

 span { border-color: rgb(188,19,100); }

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