#BC0351

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

Shades of Jazzberry Jam #BC0351

Tints of Jazzberry Jam #BC0351

Color information

#BC0351 (or 0xBC0351) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 03 and 51. RGB value is (188,3,81). Sum of RGB (Red+Green+Blue) = 188+3+81=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0351 is #43FCAE. Grayscale: #434343. Windows color (decimal): -4455599 or 5309372. OLE color: 5309372.

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

Color convert

RGB188381-
CMYK00.980.570.26
HSL334.7º96.86%37.45%-
HSV(B)334.7º98.4%73.73%-
XYZ22.2611.358.8-
YUV67.21135.79214.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 69.12%
GREEN value IS 3 (1.56% from 255) = 1.10%
BLUE value IS 81 (32.03% from 255) = 29.78%
R=69.12%
G=1.10%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18838100.980.570.26334.796.8637.45
HexBC351062391A14f6125
Octal27431210142713251714145
Binary1011110011101000101100010111001110101010011111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0351; }

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

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

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

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

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

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

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

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