Html Css Color HEX #BC044A Jazzberry Jam

📋 copy color: '#BC044A'

red 188 ◦ green 4 ◦ blue 74

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

Shades of Jazzberry Jam #BC044A

Tints of Jazzberry Jam #BC044A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

 BLUE value IS 74 (29.3% from 255) = 27.82%

R = 70.68%
G = 1.5%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC044A (or 0xBC044A) is known color: Jazzberry Jam. HEX triplet: BC, 04 and 4A. RGB value is (188,4,74). Sum of RGB (Red+Green+Blue) = 188+4+74=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC044A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC044A is #43FBB5. Grayscale: #424242. Windows color (decimal): -4455350 or 4850876. OLE color: 4850876.

HSL color Cylindrical-coordinate representation of color #BC044A: hue angle of 337.17º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC044A is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 4 74 -
CMYK 0 0.98 0.61 0.26
HSL 337.17º 0.96% 0.38% -
HSV(B) 337.17º 0.98% 0.74% -
XYZ 22.02 11.27 7.49 -
YUV 67 131.96 214.31 -
System Red Green Blue C M Y K H S L
Decimal 188 4 74 0 0.98 0.61 0.26 337.17 0.96 0.38
Hex BC 4 4A 0 62 3D 1A 151 60 26
Octal 274 4 112 0 142 75 32 521 140 46
Binary 10111100 100 1001010 0 1100010 111101 11010 101010001 1100000 100110

Color Harmonies of #BC044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC044A

Black with #BC044A

Text Example


Text Example

White with #BC044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC044A; }

 p { color: rgb(188,4,74); }

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

background-color css

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

 a { background-color: rgb(188,4,74); }

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

border-color css

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

 span { border-color: rgb(188,4,74); }

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