Html Css Color HEX #BC0348 Jazzberry Jam

📋 copy color: '#BC0348'

red 188 ◦ green 3 ◦ blue 72

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

Shades of Jazzberry Jam #BC0348

Tints of Jazzberry Jam #BC0348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.38%

R = 71.48%
G = 1.14%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC0348 (or 0xBC0348) is known color: Jazzberry Jam. HEX triplet: BC, 03 and 48. RGB value is (188,3,72). Sum of RGB (Red+Green+Blue) = 188+3+72=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0348 is #43FCB7. Grayscale: #424242. Windows color (decimal): -4455608 or 4719548. OLE color: 4719548.

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

Color convert

RGB 188 3 72 -
CMYK 0 0.98 0.62 0.26
HSL 337.62º 0.97% 0.37% -
HSV(B) 337.62º 0.98% 0.74% -
XYZ 21.94 11.22 7.14 -
YUV 66.18 131.29 214.89 -
System Red Green Blue C M Y K H S L
Decimal 188 3 72 0 0.98 0.62 0.26 337.62 0.97 0.37
Hex BC 3 48 0 62 3E 1A 152 61 25
Octal 274 3 110 0 142 76 32 522 141 45
Binary 10111100 11 1001000 0 1100010 111110 11010 101010010 1100001 100101

Color Harmonies of #BC0348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0348

Black with #BC0348

Text Example


Text Example

White with #BC0348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0348; }

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

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

background-color css

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

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

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

border-color css

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

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

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