#BA035A

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

Shades of Jazzberry Jam #BA035A

Tints of Jazzberry Jam #BA035A

Color information

#BA035A (or 0xBA035A) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 03 and 5A. RGB value is (186,3,90). Sum of RGB (Red+Green+Blue) = 186+3+90=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA035A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA035A is #45FCA5. Grayscale: #434343. Windows color (decimal): -4586662 or 5899194. OLE color: 5899194.

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

Color convert

RGB186390-
CMYK00.980.520.27
HSL331.48º96.83%37.06%-
HSV(B)331.48º98.39%72.94%-
XYZ22.1311.2410.68-
YUV67.64140.63212.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.67%
GREEN value IS 3 (1.56% from 255) = 1.08%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=66.67%
G=1.08%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18639000.980.520.27331.4896.8337.06
HexBA35A062341B14b6125
Octal27231320142643351314145
Binary1011101011101101001100010110100110111010010111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA035A; }

 p { color: rgb(186,3,90); }

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

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

 a { background-color: rgb(186,3,90); }

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

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

 span { border-color: rgb(186,3,90); }

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