Html Css Color HEX #BC044D Jazzberry Jam

📋 copy color: '#BC044D'

red 188 ◦ green 4 ◦ blue 77

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

Shades of Jazzberry Jam #BC044D

Tints of Jazzberry Jam #BC044D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.62%

R = 69.89%
G = 1.49%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC044D (or 0xBC044D) is known color: Jazzberry Jam. HEX triplet: BC, 04 and 4D. RGB value is (188,4,77). Sum of RGB (Red+Green+Blue) = 188+4+77=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC044D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC044D is #43FBB2. Grayscale: #434343. Windows color (decimal): -4455347 or 5047484. OLE color: 5047484.

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

Color convert

RGB 188 4 77 -
CMYK 0 0.98 0.59 0.26
HSL 336.2º 0.96% 0.38% -
HSV(B) 336.2º 0.98% 0.74% -
XYZ 22.12 11.31 8.04 -
YUV 67.34 133.46 214.06 -
System Red Green Blue C M Y K H S L
Decimal 188 4 77 0 0.98 0.59 0.26 336.2 0.96 0.38
Hex BC 4 4D 0 62 3B 1A 150 60 26
Octal 274 4 115 0 142 73 32 520 140 46
Binary 10111100 100 1001101 0 1100010 111011 11010 101010000 1100000 100110

Color Harmonies of #BC044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC044D

Black with #BC044D

Text Example


Text Example

White with #BC044D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC044D; }

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

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

background-color css

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

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

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

border-color css

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

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

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