Html Css Color HEX #BC0047 Jazzberry Jam

📋 copy color: '#BC0047'

red 188 ◦ green 0 ◦ blue 71

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

Shades of Jazzberry Jam #BC0047

Tints of Jazzberry Jam #BC0047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 71 (28.13% from 255) = 27.41%

R = 72.59%
G = 0%
B = 27.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC0047 (or 0xBC0047) is known color: Jazzberry Jam. HEX triplet: BC, 00 and 47. RGB value is (188,0,71). Sum of RGB (Red+Green+Blue) = 188+0+71=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0047 is #43FFB8. Grayscale: #404040. Windows color (decimal): -4456377 or 4653244. OLE color: 4653244.

HSL color Cylindrical-coordinate representation of color #BC0047: hue angle of 337.34º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC0047 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 0 71 -
CMYK 0 1 0.62 0.26
HSL 337.34º 1% 0.37% -
HSV(B) 337.34º 1% 0.74% -
XYZ 21.88 11.15 6.96 -
YUV 64.31 131.78 216.23 -
System Red Green Blue C M Y K H S L
Decimal 188 0 71 0 1 0.62 0.26 337.34 1 0.37
Hex BC 0 47 0 64 3E 1A 151 64 25
Octal 274 0 107 0 144 76 32 521 144 45
Binary 10111100 0 1000111 0 1100100 111110 11010 101010001 1100100 100101

Color Harmonies of #BC0047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0047

Black with #BC0047

Text Example


Text Example

White with #BC0047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0047; }

 p { color: rgb(188,0,71); }

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

background-color css

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

 a { background-color: rgb(188,0,71); }

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

border-color css

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

 span { border-color: rgb(188,0,71); }

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