Html Css Color HEX #BC0E4E Jazzberry Jam

📋 copy color: '#BC0E4E'

red 188 ◦ green 14 ◦ blue 78

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

Shades of Jazzberry Jam #BC0E4E

Tints of Jazzberry Jam #BC0E4E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5%

 BLUE value IS 78 (30.86% from 255) = 27.86%

R = 67.14%
G = 5%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC0E4E (or 0xBC0E4E) is known color: Jazzberry Jam. HEX triplet: BC, 0E and 4E. RGB value is (188,14,78). Sum of RGB (Red+Green+Blue) = 188+14+78=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0E4E is #43F1B1. Grayscale: #494949. Windows color (decimal): -4452786 or 5115580. OLE color: 5115580.

HSL color Cylindrical-coordinate representation of color #BC0E4E: hue angle of 337.93º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0E4E is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 14 78 -
CMYK 0 0.93 0.59 0.26
HSL 337.93º 0.86% 0.4% -
HSV(B) 337.93º 0.93% 0.74% -
XYZ 22.27 11.56 8.26 -
YUV 73.32 130.65 209.8 -
System Red Green Blue C M Y K H S L
Decimal 188 14 78 0 0.93 0.59 0.26 337.93 0.86 0.4
Hex BC E 4E 0 5D 3B 1A 152 56 28
Octal 274 16 116 0 135 73 32 522 126 50
Binary 10111100 1110 1001110 0 1011101 111011 11010 101010010 1010110 101000

Color Harmonies of #BC0E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0E4E

Black with #BC0E4E

Text Example


Text Example

White with #BC0E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0E4E; }

 p { color: rgb(188,14,78); }

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

background-color css

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

 a { background-color: rgb(188,14,78); }

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

border-color css

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

 span { border-color: rgb(188,14,78); }

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