Html Css Color HEX #BC1361 Jazzberry Jam

📋 copy color: '#BC1361'

red 188 ◦ green 19 ◦ blue 97

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

Shades of Jazzberry Jam #BC1361

Tints of Jazzberry Jam #BC1361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.91%

R = 61.84%
G = 6.25%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC1361 (or 0xBC1361) is known color: Jazzberry Jam. HEX triplet: BC, 13 and 61. RGB value is (188,19,97). Sum of RGB (Red+Green+Blue) = 188+19+97=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1361 is #43EC9E. Grayscale: #4E4E4E. Windows color (decimal): -4451487 or 6362044. OLE color: 6362044.

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

Color convert

RGB 188 19 97 -
CMYK 0 0.90 0.48 0.26
HSL 332.31º 0.82% 0.41% -
HSV(B) 332.31º 0.9% 0.74% -
XYZ 23.13 12.02 12.41 -
YUV 78.42 138.49 206.16 -
System Red Green Blue C M Y K H S L
Decimal 188 19 97 0 0.90 0.48 0.26 332.31 0.82 0.41
Hex BC 13 61 0 5A 30 1A 14C 52 29
Octal 274 23 141 0 132 60 32 514 122 51
Binary 10111100 10011 1100001 0 1011010 110000 11010 101001100 1010010 101001

Color Harmonies of #BC1361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1361

Black with #BC1361

Text Example


Text Example

White with #BC1361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1361; }

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

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

background-color css

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

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

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

border-color css

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

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

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