#BC0E5A

Color #BC0E5A Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #BC0E5A

Tints of Jazzberry Jam #BC0E5A

Color information

#BC0E5A (or 0xBC0E5A) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 0E and 5A. RGB value is (188,14,90). Sum of RGB (Red+Green+Blue) = 188+14+90=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0E5A is #43F1A5. Grayscale: #4A4A4A. Windows color (decimal): -4452774 or 5902012. OLE color: 5902012.

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

Color convert

RGB1881490-
CMYK00.930.520.26
HSL333.79º86.14%39.61%-
HSV(B)333.79º92.55%73.73%-
XYZ22.7411.7410.74-
YUV74.69136.65208.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 64.38%
GREEN value IS 14 (5.86% from 255) = 4.79%
BLUE value IS 90 (35.55% from 255) = 30.82%
R=64.38%
G=4.79%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188149000.930.520.26333.7986.1439.61
HexBCE5A05D341A14e5628
Octal274161320135643251612650
Binary101111001110101101001011101110100110101010011101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0E5A; }

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

 H1.HeaderClassName
 {
   color: #BC0E5A;
 }
 .AnyTagClassName
 {
   color: #BC0E5A;
 }
</style>
background-color css

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

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

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

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

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

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