Html Css Color HEX #BA065F Jazzberry Jam

📋 copy color: '#BA065F'

red 186 ◦ green 6 ◦ blue 95

#BA065F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #BA065F

Tints of Jazzberry Jam #BA065F

RGB

 RED value IS 186 (73.05% from 255) = 64.81%

 GREEN value IS 6 (2.73% from 255) = 2.09%

 BLUE value IS 95 (37.5% from 255) = 33.1%

R = 64.81%
G = 2.09%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA065F (or 0xBA065F) is known color: Jazzberry Jam. HEX triplet: BA, 06 and 5F. RGB value is (186,6,95). Sum of RGB (Red+Green+Blue) = 186+6+95=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA065F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA065F is #45F9A0. Grayscale: #454545. Windows color (decimal): -4585889 or 6227642. OLE color: 6227642.

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

Color convert

RGB 186 6 95 -
CMYK 0 0.97 0.49 0.27
HSL 330.33º 0.94% 0.38% -
HSV(B) 330.33º 0.97% 0.73% -
XYZ 22.38 11.4 11.85 -
YUV 69.97 142.13 210.76 -
System Red Green Blue C M Y K H S L
Decimal 186 6 95 0 0.97 0.49 0.27 330.33 0.94 0.38
Hex BA 6 5F 0 61 31 1B 14A 5E 26
Octal 272 6 137 0 141 61 33 512 136 46
Binary 10111010 110 1011111 0 1100001 110001 11011 101001010 1011110 100110

Color Harmonies of #BA065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA065F

Black with #BA065F

Text Example


Text Example

White with #BA065F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA065F; }

 p { color: rgb(186,6,95); }

 H1.HeaderClassName
 {
   color: #BA065F;
 }
 .AnyTagClassName
 {
   color: #BA065F;
 }
</style>

background-color css

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

 a { background-color: rgb(186,6,95); }

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

border-color css

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

 span { border-color: rgb(186,6,95); }

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