Html Css Color HEX #BC064C Jazzberry Jam

📋 copy color: '#BC064C'

red 188 ◦ green 6 ◦ blue 76

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

Shades of Jazzberry Jam #BC064C

Tints of Jazzberry Jam #BC064C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.22%

 BLUE value IS 76 (30.08% from 255) = 28.15%

R = 69.63%
G = 2.22%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC064C (or 0xBC064C) is known color: Jazzberry Jam. HEX triplet: BC, 06 and 4C. RGB value is (188,6,76). Sum of RGB (Red+Green+Blue) = 188+6+76=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC064C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC064C is #43F9B3. Grayscale: #444444. Windows color (decimal): -4454836 or 4982460. OLE color: 4982460.

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

Color convert

RGB 188 6 76 -
CMYK 0 0.97 0.60 0.26
HSL 336.92º 0.94% 0.38% -
HSV(B) 336.92º 0.97% 0.74% -
XYZ 22.11 11.34 7.86 -
YUV 68.4 132.3 213.31 -
System Red Green Blue C M Y K H S L
Decimal 188 6 76 0 0.97 0.60 0.26 336.92 0.94 0.38
Hex BC 6 4C 0 61 3C 1A 151 5E 26
Octal 274 6 114 0 141 74 32 521 136 46
Binary 10111100 110 1001100 0 1100001 111100 11010 101010001 1011110 100110

Color Harmonies of #BC064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC064C

Black with #BC064C

Text Example


Text Example

White with #BC064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC064C; }

 p { color: rgb(188,6,76); }

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

background-color css

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

 a { background-color: rgb(188,6,76); }

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

border-color css

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

 span { border-color: rgb(188,6,76); }

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