#BC0A51

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

Shades of Jazzberry Jam #BC0A51

Tints of Jazzberry Jam #BC0A51

Color information

#BC0A51 (or 0xBC0A51) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 0A and 51. RGB value is (188,10,81). Sum of RGB (Red+Green+Blue) = 188+10+81=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0A51 is #43F5AE. Grayscale: #474747. Windows color (decimal): -4453807 or 5311164. OLE color: 5311164.

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

Color convert

RGB1881081-
CMYK00.950.570.26
HSL336.07º89.9%38.82%-
HSV(B)336.07º94.68%73.73%-
XYZ22.3311.58.83-
YUV71.32133.47211.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 67.38%
GREEN value IS 10 (4.30% from 255) = 3.58%
BLUE value IS 81 (32.03% from 255) = 29.03%
R=67.38%
G=3.58%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188108100.950.570.26336.0789.938.82
HexBCA5105F391A1505a27
Octal274121210137713252013247
Binary101111001010101000101011111111001110101010100001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0A51; }

 p { color: rgb(188,10,81); }

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

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

 a { background-color: rgb(188,10,81); }

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

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

 span { border-color: rgb(188,10,81); }

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