Html Css Color HEX #BC1464 Jazzberry Jam

📋 copy color: '#BC1464'

red 188 ◦ green 20 ◦ blue 100

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

Shades of Jazzberry Jam #BC1464

Tints of Jazzberry Jam #BC1464

RGB

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

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

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

R = 61.04%
G = 6.49%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC1464 (or 0xBC1464) is known color: Jazzberry Jam. HEX triplet: BC, 14 and 64. RGB value is (188,20,100). Sum of RGB (Red+Green+Blue) = 188+20+100=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1464 is #43EB9B. Grayscale: #4F4F4F. Windows color (decimal): -4451228 or 6558908. OLE color: 6558908.

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

Color convert

RGB 188 20 100 -
CMYK 0 0.89 0.47 0.26
HSL 331.43º 0.81% 0.41% -
HSV(B) 331.43º 0.89% 0.74% -
XYZ 23.29 12.11 13.17 -
YUV 79.35 139.66 205.5 -
System Red Green Blue C M Y K H S L
Decimal 188 20 100 0 0.89 0.47 0.26 331.43 0.81 0.41
Hex BC 14 64 0 59 2F 1A 14B 51 29
Octal 274 24 144 0 131 57 32 513 121 51
Binary 10111100 10100 1100100 0 1011001 101111 11010 101001011 1010001 101001

Color Harmonies of #BC1464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1464

Black with #BC1464

Text Example


Text Example

White with #BC1464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1464; }

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

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

background-color css

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

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

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

border-color css

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

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

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