#BC0251

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

Shades of Jazzberry Jam #BC0251

Tints of Jazzberry Jam #BC0251

Color information

#BC0251 (or 0xBC0251) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 02 and 51. RGB value is (188,2,81). Sum of RGB (Red+Green+Blue) = 188+2+81=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0251 is #43FDAE. Grayscale: #424242. Windows color (decimal): -4455855 or 5309116. OLE color: 5309116.

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

Color convert

RGB188281-
CMYK00.990.570.26
HSL334.52º97.89%37.25%-
HSV(B)334.52º98.94%73.73%-
XYZ22.2511.338.8-
YUV66.62136.12214.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 69.37%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 81 (32.03% from 255) = 29.89%
R=69.37%
G=0.74%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18828100.990.570.26334.5297.8937.25
HexBC251063391A14f6225
Octal27421210143713251714245
Binary1011110010101000101100011111001110101010011111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0251; }

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

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

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

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

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

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

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

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