Html Css Color HEX #BC0E5E Jazzberry Jam

📋 copy color: '#BC0E5E'

red 188 ◦ green 14 ◦ blue 94

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

Shades of Jazzberry Jam #BC0E5E

Tints of Jazzberry Jam #BC0E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.76%

R = 63.51%
G = 4.73%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC0E5E (or 0xBC0E5E) is known color: Jazzberry Jam. HEX triplet: BC, 0E and 5E. RGB value is (188,14,94). Sum of RGB (Red+Green+Blue) = 188+14+94=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0E5E is #43F1A1. Grayscale: #4B4B4B. Windows color (decimal): -4452770 or 6164156. OLE color: 6164156.

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

Color convert

RGB 188 14 94 -
CMYK 0 0.93 0.50 0.26
HSL 332.41º 0.86% 0.4% -
HSV(B) 332.41º 0.93% 0.74% -
XYZ 22.92 11.81 11.66 -
YUV 75.15 138.65 208.5 -
System Red Green Blue C M Y K H S L
Decimal 188 14 94 0 0.93 0.50 0.26 332.41 0.86 0.4
Hex BC E 5E 0 5D 32 1A 14C 56 28
Octal 274 16 136 0 135 62 32 514 126 50
Binary 10111100 1110 1011110 0 1011101 110010 11010 101001100 1010110 101000

Color Harmonies of #BC0E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0E5E

Black with #BC0E5E

Text Example


Text Example

White with #BC0E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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