Html Css Color HEX #BC034A Jazzberry Jam

📋 copy color: '#BC034A'

red 188 ◦ green 3 ◦ blue 74

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

Shades of Jazzberry Jam #BC034A

Tints of Jazzberry Jam #BC034A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

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

R = 70.94%
G = 1.13%
B = 27.92%

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

#BC034A (or 0xBC034A) is known color: Jazzberry Jam. HEX triplet: BC, 03 and 4A. RGB value is (188,3,74). Sum of RGB (Red+Green+Blue) = 188+3+74=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC034A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC034A is #43FCB5. Grayscale: #424242. Windows color (decimal): -4455606 or 4850620. OLE color: 4850620.

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

Color convert

RGB 188 3 74 -
CMYK 0 0.98 0.61 0.26
HSL 336.97º 0.97% 0.37% -
HSV(B) 336.97º 0.98% 0.74% -
XYZ 22.01 11.25 7.49 -
YUV 66.41 132.29 214.73 -
System Red Green Blue C M Y K H S L
Decimal 188 3 74 0 0.98 0.61 0.26 336.97 0.97 0.37
Hex BC 3 4A 0 62 3D 1A 151 61 25
Octal 274 3 112 0 142 75 32 521 141 45
Binary 10111100 11 1001010 0 1100010 111101 11010 101010001 1100001 100101

Color Harmonies of #BC034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC034A

Black with #BC034A

Text Example


Text Example

White with #BC034A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC034A; }

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

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

background-color css

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

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

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

border-color css

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

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

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