#BC0C5C

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

Shades of Jazzberry Jam #BC0C5C

Tints of Jazzberry Jam #BC0C5C

Color information

#BC0C5C (or 0xBC0C5C) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 0C and 5C. RGB value is (188,12,92). Sum of RGB (Red+Green+Blue) = 188+12+92=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0C5C is #43F3A3. Grayscale: #494949. Windows color (decimal): -4453284 or 6032572. OLE color: 6032572.

HSL color Cylindrical-coordinate representation of color #BC0C5C: hue angle of 332.73º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0C5C is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB1881292-
CMYK00.940.510.26
HSL332.73º88%39.22%-
HSV(B)332.73º93.62%73.73%-
XYZ22.811.7311.19-
YUV73.74138.31209.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 64.38%
GREEN value IS 12 (5.08% from 255) = 4.11%
BLUE value IS 92 (36.33% from 255) = 31.51%
R=64.38%
G=4.11%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188129200.940.510.26332.738839.22
HexBCC5C05E331A14d5827
Octal274141340136633251513047
Binary101111001100101110001011110110011110101010011011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0C5C; }

 p { color: rgb(188,12,92); }

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

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

 a { background-color: rgb(188,12,92); }

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

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

 span { border-color: rgb(188,12,92); }

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