Html Css Color HEX #BC1962 Jazzberry Jam

📋 copy color: '#BC1962'

red 188 ◦ green 25 ◦ blue 98

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

Shades of Jazzberry Jam #BC1962

Tints of Jazzberry Jam #BC1962

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.04%

 BLUE value IS 98 (38.67% from 255) = 31.51%

R = 60.45%
G = 8.04%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC1962 (or 0xBC1962) is known color: Jazzberry Jam. HEX triplet: BC, 19 and 62. RGB value is (188,25,98). Sum of RGB (Red+Green+Blue) = 188+25+98=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1962 is #43E69D. Grayscale: #515151. Windows color (decimal): -4449950 or 6429116. OLE color: 6429116.

HSL color Cylindrical-coordinate representation of color #BC1962: hue angle of 333.13º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1962 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 25 98 -
CMYK 0 0.87 0.48 0.26
HSL 333.13º 0.77% 0.42% -
HSV(B) 333.13º 0.87% 0.74% -
XYZ 23.29 12.27 12.7 -
YUV 82.06 137 203.56 -
System Red Green Blue C M Y K H S L
Decimal 188 25 98 0 0.87 0.48 0.26 333.13 0.77 0.42
Hex BC 19 62 0 57 30 1A 14D 4D 2A
Octal 274 31 142 0 127 60 32 515 115 52
Binary 10111100 11001 1100010 0 1010111 110000 11010 101001101 1001101 101010

Color Harmonies of #BC1962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1962

Black with #BC1962

Text Example


Text Example

White with #BC1962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1962; }

 p { color: rgb(188,25,98); }

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

background-color css

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

 a { background-color: rgb(188,25,98); }

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

border-color css

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

 span { border-color: rgb(188,25,98); }

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