#BC0A4D

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

Shades of Jazzberry Jam #BC0A4D

Tints of Jazzberry Jam #BC0A4D

Color information

#BC0A4D (or 0xBC0A4D) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 0A and 4D. RGB value is (188,10,77). Sum of RGB (Red+Green+Blue) = 188+10+77=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0A4D is #43F5B2. Grayscale: #464646. Windows color (decimal): -4453811 or 5049020. OLE color: 5049020.

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

Color convert

RGB1881077-
CMYK00.950.590.26
HSL337.42º89.9%38.82%-
HSV(B)337.42º94.68%73.73%-
XYZ22.1911.448.06-
YUV70.86131.47211.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 68.36%
GREEN value IS 10 (4.30% from 255) = 3.64%
BLUE value IS 77 (30.47% from 255) = 28%
R=68.36%
G=3.64%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188107700.950.590.26337.4289.938.82
HexBCA4D05F3B1A1515a27
Octal274121150137733252113247
Binary101111001010100110101011111111011110101010100011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0A4D; }

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

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

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

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

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

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

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

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