#BC1267

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

Shades of Jazzberry Jam #BC1267

Tints of Jazzberry Jam #BC1267

Color information

#BC1267 (or 0xBC1267) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 12 and 67. RGB value is (188,18,103). Sum of RGB (Red+Green+Blue) = 188+18+103=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1267 is #43ED98. Grayscale: #4E4E4E. Windows color (decimal): -4451737 or 6755004. OLE color: 6755004.

HSL color Cylindrical-coordinate representation of color #BC1267: hue angle of 330º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1267 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB18818103-
CMYK00.900.450.26
HSL330º82.52%40.39%-
HSV(B)330º90.43%73.73%-
XYZ23.412.113.93-
YUV78.52141.82206.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.84%
GREEN value IS 18 (7.42% from 255) = 5.83%
BLUE value IS 103 (40.62% from 255) = 33.33%
R=60.84%
G=5.83%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881810300.900.450.2633082.5240.39
HexBC126705A2D1A14a5328
Octal274221470132553251212350
Binary1011110010010110011101011010101101110101010010101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1267; }

 p { color: rgb(188,18,103); }

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

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

 a { background-color: rgb(188,18,103); }

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

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

 span { border-color: rgb(188,18,103); }

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