Html Css Color HEX #BC0553 Jazzberry Jam

📋 copy color: '#BC0553'

red 188 ◦ green 5 ◦ blue 83

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

Shades of Jazzberry Jam #BC0553

Tints of Jazzberry Jam #BC0553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

 BLUE value IS 83 (32.81% from 255) = 30.07%

R = 68.12%
G = 1.81%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC0553 (or 0xBC0553) is known color: Jazzberry Jam. HEX triplet: BC, 05 and 53. RGB value is (188,5,83). Sum of RGB (Red+Green+Blue) = 188+5+83=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0553 is #43FAAC. Grayscale: #444444. Windows color (decimal): -4455085 or 5440956. OLE color: 5440956.

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

Color convert

RGB 188 5 83 -
CMYK 0 0.97 0.56 0.26
HSL 334.43º 0.95% 0.38% -
HSV(B) 334.43º 0.97% 0.74% -
XYZ 22.35 11.42 9.21 -
YUV 68.61 136.13 213.16 -
System Red Green Blue C M Y K H S L
Decimal 188 5 83 0 0.97 0.56 0.26 334.43 0.95 0.38
Hex BC 5 53 0 61 38 1A 14E 5F 26
Octal 274 5 123 0 141 70 32 516 137 46
Binary 10111100 101 1010011 0 1100001 111000 11010 101001110 1011111 100110

Color Harmonies of #BC0553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0553

Black with #BC0553

Text Example


Text Example

White with #BC0553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0553; }

 p { color: rgb(188,5,83); }

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

background-color css

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

 a { background-color: rgb(188,5,83); }

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

border-color css

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

 span { border-color: rgb(188,5,83); }

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