#ba0f6e

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

Shades of Jazzberry Jam #BA0F6E

Tints of Jazzberry Jam #BA0F6E

Color information

#BA0F6E (or 0xBA0F6E) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 0F and 6E. RGB value is (186,15,110). Sum of RGB (Red+Green+Blue) = 186+15+110=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0F6E is #45F091. Grayscale: #4C4C4C. Windows color (decimal): -4583570 or 7212986. OLE color: 7212986.

HSL color Cylindrical-coordinate representation of color #BA0F6E: hue angle of 326.67º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0F6E is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB18615110-
CMYK00.920.410.27
HSL326.67º85.07%39.41%-
HSV(B)326.67º91.94%72.94%-
XYZ23.2311.9115.83-
YUV76.96146.65205.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.81%
GREEN value IS 15 (6.25% from 255) = 4.82%
BLUE value IS 110 (43.36% from 255) = 35.37%
R=59.81%
G=4.82%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861511000.920.410.27326.6785.0739.41
HexBAF6E05C291B1475527
Octal272171560134513350712547
Binary101110101111110111001011100101001110111010001111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba0f6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba0f6e; }

 p { color: rgb(186,15,110); }

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

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

 a { background-color: rgb(186,15,110); }

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

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

 span { border-color: rgb(186,15,110); }

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