Html Css Color HEX #BC044B Jazzberry Jam

📋 copy color: '#BC044B'

red 188 ◦ green 4 ◦ blue 75

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

Shades of Jazzberry Jam #BC044B

Tints of Jazzberry Jam #BC044B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.09%

R = 70.41%
G = 1.5%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC044B (or 0xBC044B) is known color: Jazzberry Jam. HEX triplet: BC, 04 and 4B. RGB value is (188,4,75). Sum of RGB (Red+Green+Blue) = 188+4+75=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC044B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC044B is #43FBB4. Grayscale: #434343. Windows color (decimal): -4455349 or 4916412. OLE color: 4916412.

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

Color convert

RGB 188 4 75 -
CMYK 0 0.98 0.60 0.26
HSL 336.85º 0.96% 0.38% -
HSV(B) 336.85º 0.98% 0.74% -
XYZ 22.05 11.29 7.67 -
YUV 67.11 132.46 214.23 -
System Red Green Blue C M Y K H S L
Decimal 188 4 75 0 0.98 0.60 0.26 336.85 0.96 0.38
Hex BC 4 4B 0 62 3C 1A 151 60 26
Octal 274 4 113 0 142 74 32 521 140 46
Binary 10111100 100 1001011 0 1100010 111100 11010 101010001 1100000 100110

Color Harmonies of #BC044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC044B

Black with #BC044B

Text Example


Text Example

White with #BC044B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC044B; }

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

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

background-color css

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

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

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

border-color css

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

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

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