#BC0A52

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

Shades of Jazzberry Jam #BC0A52

Tints of Jazzberry Jam #BC0A52

Color information

#BC0A52 (or 0xBC0A52) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 0A and 52. RGB value is (188,10,82). Sum of RGB (Red+Green+Blue) = 188+10+82=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0A52 is #43F5AD. Grayscale: #474747. Windows color (decimal): -4453806 or 5376700. OLE color: 5376700.

HSL color Cylindrical-coordinate representation of color #BC0A52: hue angle of 335.73º 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 #BC0A52 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB1881082-
CMYK00.950.560.26
HSL335.73º89.9%38.82%-
HSV(B)335.73º94.68%73.73%-
XYZ22.3711.529.03-
YUV71.43133.97211.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 67.14%
GREEN value IS 10 (4.30% from 255) = 3.57%
BLUE value IS 82 (32.42% from 255) = 29.29%
R=67.14%
G=3.57%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188108200.950.560.26335.7389.938.82
HexBCA5205F381A1505a27
Octal274121220137703252013247
Binary101111001010101001001011111111000110101010100001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0A52; }

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

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

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

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

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

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

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

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