Html Css Color HEX #BC1253 Jazzberry Jam

📋 copy color: '#BC1253'

red 188 ◦ green 18 ◦ blue 83

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

Shades of Jazzberry Jam #BC1253

Tints of Jazzberry Jam #BC1253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.23%

 BLUE value IS 83 (32.81% from 255) = 28.72%

R = 65.05%
G = 6.23%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC1253 (or 0xBC1253) is known color: Jazzberry Jam. HEX triplet: BC, 12 and 53. RGB value is (188,18,83). Sum of RGB (Red+Green+Blue) = 188+18+83=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1253 is #43EDAC. Grayscale: #4C4C4C. Windows color (decimal): -4451757 or 5444284. OLE color: 5444284.

HSL color Cylindrical-coordinate representation of color #BC1253: hue angle of 337.06º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1253 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 18 83 -
CMYK 0 0.90 0.56 0.26
HSL 337.06º 0.83% 0.4% -
HSV(B) 337.06º 0.9% 0.74% -
XYZ 22.52 11.75 9.26 -
YUV 76.24 131.82 207.71 -
System Red Green Blue C M Y K H S L
Decimal 188 18 83 0 0.90 0.56 0.26 337.06 0.83 0.4
Hex BC 12 53 0 5A 38 1A 151 53 28
Octal 274 22 123 0 132 70 32 521 123 50
Binary 10111100 10010 1010011 0 1011010 111000 11010 101010001 1010011 101000

Color Harmonies of #BC1253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1253

Black with #BC1253

Text Example


Text Example

White with #BC1253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1253; }

 p { color: rgb(188,18,83); }

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

background-color css

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

 a { background-color: rgb(188,18,83); }

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

border-color css

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

 span { border-color: rgb(188,18,83); }

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